Skip to content

Commit 78bc698

Browse files
committed
Address typos
1 parent 2996dbe commit 78bc698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

policies/coding-style.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,9 @@ because it is a simple way to add valuable information for the reader.
323323
The name in the prototype declaration should match the name in the function
324324
definition.
325325

326-
### Chapter 6.1: Checking function aguments
326+
### Chapter 6.1: Checking function arguments
327327

328-
A _public_ function should verify that it's arguments are sensible.
328+
A _public_ function should verify that its arguments are sensible.
329329
This includes, but is not limited to, verifying that:
330330
- non-optional pointer arguments are not NULL and
331331
- numeric arguments are within expected ranges.

0 commit comments

Comments
 (0)