about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--067stream.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/067stream.mu b/067stream.mu
index 585878bc..ce0b1788 100644
--- a/067stream.mu
+++ b/067stream.mu
@@ -12,7 +12,7 @@ def new-stream s:address:array:character -> result:address:stream [
   *result <- put *result, data:offset, s
 ]
 
-def rewind-stream in:address:stream -> in:address:stream [
+def rewind in:address:stream -> in:address:stream [
   local-scope
   load-ingredients
   *in <- put *in, index:offset, 0