NEWS: fix typo [skip ci]

This commit is contained in:
Elizabeth Myers 2016-03-23 08:40:21 -05:00
parent 86bab0c218
commit dfe18bf0a8

View file

@ -44,7 +44,7 @@ See LICENSE for licensing details (GPL v2).
### code ### code
- irc_dictionary and irc_radixtree stuff is now in librb, prefixed accordingly. - irc_dictionary and irc_radixtree stuff is now in librb, prefixed accordingly.
Typedefs have been added for consistency reasons. For example, now you would Typedefs have been added for consistency reasons. For example, now you would
write `rb_dictionary \*foo` and `RB_DICTIONARY_FOREACH`. write `rb_dictionary *foo` and `RB_DICTIONARY_FOREACH`.
- C99 bools have been added. Don't use ints as simple true/false flags anymore. - C99 bools have been added. Don't use ints as simple true/false flags anymore.
Don't use `YES`/`NO` or `TRUE`/`FALSE` macros (`TRUE`/`FALSE` has been removed Don't use `YES`/`NO` or `TRUE`/`FALSE` macros (`TRUE`/`FALSE` has been removed
and `YES`/`NO` is awaiting the same fate). Use just `true` and `false`. and `YES`/`NO` is awaiting the same fate). Use just `true` and `false`.