Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ACassimiro authored Aug 30, 2024
1 parent d4b9b5c commit 8d7551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rust-semantics/preprocessing/arithmetic-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module RUST-INTEGER-ARITHMETIC-OPERATIONS
imports RUST-SHARED-SYNTAX
imports private RUST-REPRESENTATION
// Operations are implemented only for the same times,
// Operations are implemented only for the same types,
// as implicit type casting (coercion) is not available
// in Rust.
Expand Down Expand Up @@ -39,4 +39,4 @@ module RUST-INTEGER-ARITHMETIC-OPERATIONS
rule u128(A):Value % u128(B):Value => u128(A %uMInt B)
endmodule
```
```

0 comments on commit 8d7551e

Please sign in to comment.