Merge pull request #8353 from mohamedawnallah/fix-typo-code-formatting-rules

docs: fix typo "paren" to "parenthesis" in `code_formatting_rules.md` [skip ci]
This commit is contained in:
Oliver Gugger 2024-01-08 15:51:32 +01:00 committed by GitHub
commit 8d0abc01c1
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
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.
Additionally, all arguments should begin in a new line after the open paren.
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 parenthesis.
**WRONG**
```go