Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
carltimmer committed Apr 19, 2024
1 parent d7149ce commit b511d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/org/jlab/coda/jevio/IEvioReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public interface IEvioReader {
* Get the event in the file/buffer at a given index (starting at 1).
* As useful as this sounds, most applications will probably call
* {@link #parseNextEvent()} or {@link #parseEvent(int)} instead,
* since it combines combines getting an event with parsing it.<p>
* since it combines getting an event with parsing it.<p>
*
* @param index number of event desired, starting at 1, from beginning of file/buffer
* @return the event in the file/buffer at the given index or null if none
Expand Down

0 comments on commit b511d02

Please sign in to comment.