Skip to content

Commit d19a2ee

Browse files
Update general/development/policies/codingstyle/index.md
Co-authored-by: Copilot <[email protected]>
1 parent b2a81f0 commit d19a2ee

File tree

1 file changed

+1
-1
lines changed
  • general/development/policies/codingstyle

1 file changed

+1
-1
lines changed

general/development/policies/codingstyle/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1161,7 +1161,7 @@ Magic methods are heavily discouraged, justification will be required when used.
11611161

11621162
### Using arrays for options as arguments
11631163

1164-
All arguments to a function should be explicitly listed out and defined with a type. Using arrays like this can result in error as the types are not enforced as well as leading to poor documentation of the function.
1164+
All arguments to a function should be explicitly listed out and defined with a type. Using arrays like this can result in errors as the types are not enforced as well as leading to poor documentation of the function.
11651165

11661166
<InvalidExample>
11671167

0 commit comments

Comments
 (0)