2
0
Эх сурвалжийг харах

Fix a typo in the documentation for HASH_COUNT. NFC.

Arthur O'Dwyer 4 жил өмнө
parent
commit
0f6c619dc4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      doc/userguide.txt

+ 1 - 1
doc/userguide.txt

@@ -403,7 +403,7 @@ num_users = HASH_COUNT(users);
 printf("there are %u users\n", num_users);
 ----------------------------------------------------------------------
 
-Incidentally, this works even the list (`users`, here) is `NULL`, in
+Incidentally, this works even if the list head (here, `users`) is `NULL`, in
 which case the count is 0.
 
 Iterating and sorting