Skip to content

Commit

Permalink
Update src/main/java/com/amazon/ion/impl/IonCursorBinary.java
Browse files Browse the repository at this point in the history
  • Loading branch information
tgregg authored Jul 2, 2024
1 parent b5361d1 commit d6fde75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/amazon/ion/impl/IonCursorBinary.java
Original file line number Diff line number Diff line change
Expand Up @@ -3086,7 +3086,7 @@ public Event nextTaglessValue(PrimitiveType primitiveType) {
* <li>NEEDS_INSTRUCTION, if the AEB was filled and the cursor is now positioned on the first byte of the
* macro invocation.</li>
* </ul>
* After return, `valueMarker` is set with teh start and end indices of the AEB.
* After return, `valueMarker` is set with the start and end indices of the AEB.
* @param numberOfBytes the byte width of the AEB.
* @return an Event conveying the result of the operation.
*/
Expand Down

0 comments on commit d6fde75

Please sign in to comment.