Skip to content

Commit 7dc7401

Browse files
committed
Removing spurious "we".
1 parent e2a90c6 commit 7dc7401

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public static void basicExampleHeadless() {
117117
*/
118118
IntWrapper inputoffset = new IntWrapper(0);
119119
IntWrapper outputoffset = new IntWrapper(1);
120-
compressed[0] = data.length; // we manually store how many integers we
120+
compressed[0] = data.length; // we manually store how many integers
121121
codec.headlessCompress(data, inputoffset, data.length, compressed, outputoffset, new IntWrapper(0));
122122
// got it!
123123
// inputoffset should be at data.length but outputoffset tells

0 commit comments

Comments
 (0)