From cad7365decf09dd12d2c8579b678c3006b70e411 Mon Sep 17 00:00:00 2001 From: FourierTransformer Date: Mon, 4 Nov 2024 17:50:08 -0600 Subject: [PATCH] quickfix on string find --- tl.lua | 2 +- tl.tl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tl.lua b/tl.lua index 5b5a5957..75a74102 100644 --- a/tl.lua +++ b/tl.lua @@ -311,7 +311,7 @@ do char: function(integer...): string dump: function(function(any...): (any), ? boolean): string - find: function(string, string, ? integer, ? boolean): integer, integer, string + find: function(string, string, ? integer, ? boolean): integer, integer, string... format: function(string, any...): string gmatch: function(string, string, ? integer): (function(): string...) diff --git a/tl.tl b/tl.tl index ab7dae2e..a2a702ce 100644 --- a/tl.tl +++ b/tl.tl @@ -311,7 +311,7 @@ do char: function(integer...): string dump: function(function(any...): (any), ? boolean): string - find: function(string, string, ? integer, ? boolean): integer, integer, string + find: function(string, string, ? integer, ? boolean): integer, integer, string... format: function(string, any...): string gmatch: function(string, string, ? integer): (function(): string...)