Skip to content

Commit

Permalink
Corrected documentation of the foundDate: method (Looked like a copy/…
Browse files Browse the repository at this point in the history
…paste error)
  • Loading branch information
cyberdork33 committed May 10, 2012
1 parent 61d1ea1 commit 1ab7346
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Core/Source/DTASN1Parser.h
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@ typedef enum
- (void)parserFoundNull:(DTASN1Parser *)parser; - (void)parserFoundNull:(DTASN1Parser *)parser;


/** /**
Sent by a parser object when a NULL type is encountered. Sent by a parser object to provide its delegate with the date encoded in the current element.
All the ASN1 date types are provided via this method.
@param parser A parser object. @param parser A parser object.
@param date A date representing the date encoded in the current element. @param date A date representing the date encoded in the current element.
Expand Down

0 comments on commit 1ab7346

Please sign in to comment.