Skip to content

Commit

Permalink
Fix typo in docstring (Jelly-RDF#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel authored Oct 21, 2024
1 parent 1da64cc commit 455500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/eu/ostrzyciel/jelly/core/IoUtils.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object IoUtils:
* Autodetects whether the input stream is a non-delimited Jelly file or a delimited Jelly file.
*
* To do this, the first three bytes in the stream are peeked.
* The two bytes are then put back into the stream, and the stream is returned.
* These bytes are then put back into the stream, and the stream is returned, so the parser won't notice the peeking.
* @param in the input stream
* @return (isDelimited, newInputStream) where isDelimited is true if the stream is a delimited Jelly file
*/
Expand Down

0 comments on commit 455500c

Please sign in to comment.