Forráskód Böngészése

Fix a typo in the documentation for HASH_COUNT. NFC.

Arthur O'Dwyer 4 éve
szülő
commit
0f6c619dc4
1 módosított fájl, 1 hozzáadás és 1 törlés
  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