Skip to content

Commit 18bf814

Browse files
committed
Update language_tour.md slightly
1 parent 5170046 commit 18bf814

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language_tour.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ pub fn main(x: u16) -> u16 {
379379
}
380380
```
381381
382-
Garble also supports taking the minimum / maximum of several constants as part of the declaration of a constant, which can be useful to set the size of a collection to the size of the biggest collection provided by different parties:
382+
Garble also supports taking the minimum / maximum of several constants as part of the declaration of a constant, which, for instance, can be useful to set the size of a collection to the size of the biggest collection provided by different parties:
383383
384384
```rust
385385
const MY_CONST: usize = max(PARTY_0::MY_CONST, PARTY_1::MY_CONST);

0 commit comments

Comments
 (0)