Skip to content

Commit

Permalink
Remove unnecessary $
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongin committed Nov 17, 2023
1 parent 42c09a8 commit da44176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NodeApi/JSValueScope.cs
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ public JSValueScope(
else
{
throw new InvalidOperationException(
$"A Root scope cannot be created within another scope.");
"A Root scope cannot be created within another scope.");
}
}

Expand Down

0 comments on commit da44176

Please sign in to comment.