Browse Source

Typographical edit regarding `NS_FORMAT_FUNCTION` change

robertmryan 12 years ago
parent
commit
d433940734
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGES_AND_TODO_LIST.txt

+ 1 - 1
CHANGES_AND_TODO_LIST.txt

@@ -4,7 +4,7 @@ Zip, nada, zilch.  Got any ideas?
 If you would like to contribute some code- awesome!  I just ask that you make it conform to the coding conventions already set in here, and to add a couple of tests for your new code to fmdb.m.  And of course, the code should be of general use to more than just a couple of folks.  Send your patches to gus@flyingmeat.com.
 
 2013.06.26
-    Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `executeUpdateWithFormat`. This these methods, which take format strings and variable number of arguments, can now warn you during compilation if the types of your parameters dont match the format string.
+    Added `NS_FORMAT_FUNCTION` qualifier to `executeQueryWithFormat` and `executeUpdateWithFormat`. These methods take format strings and variable number of arguments and you will now receive compiler warnings if the types of your parameters dont match the format string.
 
 2013.06.04
     Merged in Robert Ryan's comments in .h header files. These comments hopefully make the .h more readable, but just as importantly, can be parsed by [`appledoc`](http://gentlebytes.com/appledoc/) to create HTML documentation or Xcode docsets. <https://github.com/ccgus/fmdb/pull/150>