Skip to content

Commit 6695c2a

Browse files
committed
i am blind holy shit
1 parent 8748a8c commit 6695c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lib/Starscript.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ private StarscriptHypervisor(ValueMap? globals = null, ValueMap? locals = null,
4444
public static StarscriptException Error([StringSyntax("CompositeFormat")] string format, params object?[] args)
4545
=> new(args.Length == 0 ? format : string.Format(format, args));
4646

47-
public StarscriptHypervisor ClearLocsls()
47+
public StarscriptHypervisor ClearLocals()
4848
{
4949
Locals = null;
5050
return this;

0 commit comments

Comments
 (0)