We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8748a8c commit 6695c2aCopy full SHA for 6695c2a
src/Lib/Starscript.cs
@@ -44,7 +44,7 @@ private StarscriptHypervisor(ValueMap? globals = null, ValueMap? locals = null,
44
public static StarscriptException Error([StringSyntax("CompositeFormat")] string format, params object?[] args)
45
=> new(args.Length == 0 ? format : string.Format(format, args));
46
47
- public StarscriptHypervisor ClearLocsls()
+ public StarscriptHypervisor ClearLocals()
48
{
49
Locals = null;
50
return this;
0 commit comments