docs: fix typo "paren" to "parenthesis" [skip ci]

This commit is contained in:
Mohamed Awnallah 2024-01-07 14:49:26 +02:00 committed by GitHub
parent 4d8fa349ca
commit 39d9252c96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,8 +124,8 @@ myKey := "0214cd678a565041d00e6cf8d62ef8add33b4af4786fb2beb87b366a2e1" +
### Wrapping long function calls ### Wrapping long function calls
When wrapping a line that contains a function call as the unwrapped line exceeds When wrapping a line that contains a function call as the unwrapped line exceeds
the column limit, the close paren should be placed on its own line. the column limit, the close parenthesis should be placed on its own line.
Additionally, all arguments should begin in a new line after the open paren. Additionally, all arguments should begin in a new line after the open parenthesis.
**WRONG** **WRONG**
```go ```go