Skip to content

Commit 1e3bd77

Browse files
Alfie Johnsteveklabnik
authored andcommitted
---
yaml --- r: 173704 b: refs/heads/master c: 2c64023 h: refs/heads/master v: v3
1 parent 76e5fb0 commit 1e3bd77

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 0c26524134fe32ae1e9f07a128bee729278ac964
2+
refs/heads/master: 2c64023e3e03ca05cb10cecec32e5c684c7436ba
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 210f0dcf007104240b2e286ed0b80cb4a61d7bae
55
refs/heads/try: 957472483d3a2f43c0e4f7c2056280a1022af93c

trunk/src/doc/trpl/compound-data-types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ enum StringResult {
297297
}
298298
```
299299
Where a `StringResult` is either a `StringResult::StringOK`, with the result of
300-
a computation, or an `StringResult::ErrorReason` with a `String` explaining
300+
a computation, or a `StringResult::ErrorReason` with a `String` explaining
301301
what caused the computation to fail. These kinds of `enum`s are actually very
302302
useful and are even part of the standard library.
303303

0 commit comments

Comments
 (0)