aboutsummaryrefslogtreecommitdiff
path: root/std/io.zig
diff options
context:
space:
mode:
Diffstat (limited to 'std/io.zig')
-rw-r--r--std/io.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/std/io.zig b/std/io.zig
index c10fdcbbe2..ae514c4b01 100644
--- a/std/io.zig
+++ b/std/io.zig
@@ -461,7 +461,7 @@ pub const SliceOutStream = struct {
pub stream: Stream,
- pos: usize,
+ pub pos: usize,
slice: []u8,
pub fn init(slice: []u8) SliceOutStream {