You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Parlot/Compilation/CompilationResult.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
usingSystem;
1
+
usingSystem;
2
2
usingSystem.Collections.Generic;
3
3
usingSystem.Linq.Expressions;
4
4
@@ -9,7 +9,7 @@ namespace Parlot.Compilation;
9
9
/// to parse the expected input.
10
10
/// The convention is that these statements are returned in the <see cref="Body"/> property, and any variable that needs to be declared in the block
11
11
/// that the <see cref="Body"/> is used in are set in the <see cref="Variables"/> list.
12
-
/// The <see cref="Success"/> property represents the variable that contains the success of the statements once executed, and if <code>true</code> then
12
+
/// The <see cref="Success"/> property represents the variable that contains the success of the statements once executed, and if <code>true</code> then
13
13
/// the <see cref="Value"/> property contains the result.
0 commit comments