We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd5d63 commit 54704d3Copy full SHA for 54704d3
src/language/scalar-types.md
@@ -33,7 +33,7 @@ Notes:
33
using the UTF-16 encoding. For more information, see the [Rust `char`
34
documentation][char.rs].
35
36
-2. While a unit `()` (an empty tuple) in Rust is a _expressible value_, the
+2. While a unit `()` (an empty tuple) in Rust is an _expressible value_, the
37
closest cousin in C# would be `void` to represent nothing. However, `void`
38
isn't an _expressible value_ except when using pointers and unsafe code.
39
.NET has [`ValueTuple`][ValueTuple] that is an empty tuple, but C# does not
0 commit comments