File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ public TValue value
4848 }
4949
5050 /// <summary>
51- /// Creates a new double reference.
51+ /// Creates a new value reference.
5252 /// </summary>
5353 public ValueReference ( ) { }
5454
5555 /// <summary>
56- /// Creates a new double reference with the constant value.
56+ /// Creates a new value reference with the constant value.
5757 /// </summary>
5858 /// <param name="value">The constant value to set.</param>
5959 public ValueReference ( TValue value )
@@ -63,7 +63,7 @@ public ValueReference(TValue value)
6363 }
6464
6565 /// <summary>
66- /// Creates a new double reference to the variable value.
66+ /// Creates a new value reference to the variable value.
6767 /// </summary>
6868 /// <param name="variable">The variable to reference.</param>
6969 public ValueReference ( TVariable variable )
You can’t perform that action at this time.
0 commit comments