Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Grosam committed Sep 17, 2012
1 parent 44c4350 commit 3ad186c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Source/json/ObjC/JPSemanticActionsProtocol.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -159,10 +159,10 @@
The four methods The four methods
- `-parserFoundJsonValueBeginAtIndex:`, - `-parserFoundValueBeginAtIndex:`,
- `-parserFoundJsonValueEndAtIndex:`, - `-parserFoundValueEndAtIndex:`,
- `-parserFoundJsonValueBeginWithKey:length:encoding:index` and - `-parserFoundValueBeginWithKey:length:encoding:index` and
- `-parserFoundJsonValueEndWithKey:length:encoding:index` - `-parserFoundValueEndWithKey:length:encoding:index`
are helpful when implementing a streaming API. These additional messages are helpful when implementing a streaming API. These additional messages
give fine grained control for all relevant parser events. give fine grained control for all relevant parser events.
Expand Down

0 comments on commit 3ad186c

Please sign in to comment.