Skip to content

Commit 73f958a

Browse files
committed
Cosmetic in relalg docs.
1 parent 63f896b commit 73f958a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/core/relalg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Becomes a constant in a plain data type depending on the semiring:
178178
Cases:
179179
- `* -> i1`: rewrite to `input != zero(inRing)`
180180
- `i1 -> *`: rewrite to `input ? one(outRing) : zero(outRing)`
181-
- `i64 -> f64`: i64eger promotion
181+
- `i64 -> f64`: integer promotion
182182
- `i64 -> trop_i64`: map to infinity (max value) if 0, otherwise leave unchanged.
183183
- `i64 -> trop_max_i64`: map to infinity if 0, otherwise leave unchanged.
184184
- `i64 -> trop_f64`: map to infinity if 0, otherwise promote

0 commit comments

Comments
 (0)