Skip to content

Commit

Permalink
Update language_tour.md slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
fkettelhoit committed May 29, 2024
1 parent 5170046 commit 18bf814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion language_tour.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ pub fn main(x: u16) -> u16 {
}
```
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:
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:
```rust
const MY_CONST: usize = max(PARTY_0::MY_CONST, PARTY_1::MY_CONST);
Expand Down

0 comments on commit 18bf814

Please sign in to comment.