Skip to content

Commit

Permalink
Try to clean up githubs markdown parsing of *s in <pre> blocks... mis…
Browse files Browse the repository at this point in the history
…sed a few from the last round
  • Loading branch information
johnezang committed Mar 25, 2011
1 parent 0395bf9 commit 3da8086
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Expand Up @@ -122,9 +122,9 @@


<pre> <pre>
&#x200b;- (id)parseUTF8String:(const unsigned char \*)string length:(size_t)length; &#x200b;- (id)parseUTF8String:(const unsigned char \*)string length:(size_t)length;
&#x200b;- (id)parseUTF8String:(const unsigned char \*)string length:(size_t)length error:(NSError **)error; &#x200b;- (id)parseUTF8String:(const unsigned char \*)string length:(size_t)length error:(NSError \*\*)error;
&#x200b;- (id)parseJSONData:(NSData \*)jsonData; &#x200b;- (id)parseJSONData:(NSData \*)jsonData;
&#x200b;- (id)parseJSONData:(NSData \*)jsonData error:(NSError **)error; &#x200b;- (id)parseJSONData:(NSData \*)jsonData error:(NSError \*\*)error;
</pre> </pre>


The JSONKit v1.4 <code>objectWith&hellip;</code> methods should be used instead. The JSONKit v1.4 <code>objectWith&hellip;</code> methods should be used instead.
Expand Down

0 comments on commit 3da8086

Please sign in to comment.