We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2996dbe commit 78bc698Copy full SHA for 78bc698
policies/coding-style.md
@@ -323,9 +323,9 @@ because it is a simple way to add valuable information for the reader.
323
The name in the prototype declaration should match the name in the function
324
definition.
325
326
-### Chapter 6.1: Checking function aguments
+### Chapter 6.1: Checking function arguments
327
328
-A _public_ function should verify that it's arguments are sensible.
+A _public_ function should verify that its arguments are sensible.
329
This includes, but is not limited to, verifying that:
330
- non-optional pointer arguments are not NULL and
331
- numeric arguments are within expected ranges.
0 commit comments