Skip to content

Commit

Permalink
refactor: spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
ArachisH committed Nov 19, 2023
1 parent 36df038 commit 4acece1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Flazzy/ABC/ASConstantPool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public int AddConstant(object value, bool recycle = true)
ASMultiname multiname => AddConstant(Multinames, multiname, recycle),
ASNamespace @namespace => AddConstant(Namespaces, @namespace, recycle),
ASNamespaceSet namespaceSet => AddConstant(NamespaceSets, namespaceSet, recycle),
_ => throw new ArgumentException("The provided value does not belone anywhere in the constant pool.", nameof(value)),
_ => throw new ArgumentException("The provided value does not belong anywhere in the constant pool.", nameof(value)),
};
}
}
Expand Down

0 comments on commit 4acece1

Please sign in to comment.