Skip to content

Commit 54704d3

Browse files
authored
Minor grammar fix in "Scalar Types" (#52)
1 parent 5cd5d63 commit 54704d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/language/scalar-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Notes:
3333
using the UTF-16 encoding. For more information, see the [Rust `char`
3434
documentation][char.rs].
3535

36-
2. While a unit `()` (an empty tuple) in Rust is a _expressible value_, the
36+
2. While a unit `()` (an empty tuple) in Rust is an _expressible value_, the
3737
closest cousin in C# would be `void` to represent nothing. However, `void`
3838
isn't an _expressible value_ except when using pointers and unsafe code.
3939
.NET has [`ValueTuple`][ValueTuple] that is an empty tuple, but C# does not

0 commit comments

Comments
 (0)