mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-28 17:33:13 +03:00
Fix typos in Cryptol prelude docstrings.
This commit is contained in:
parent
69ec23e96b
commit
ed757860bf
@ -233,7 +233,7 @@ sext x = newbits # x
|
||||
where newbits = if x@0 then ~zero else zero
|
||||
|
||||
/**
|
||||
* Short-cutting boolean conjuction function.
|
||||
* Short-cutting boolean conjunction function.
|
||||
* If the first argument is False, the second argument
|
||||
* is not evaluated.
|
||||
*/
|
||||
@ -241,7 +241,7 @@ sext x = newbits # x
|
||||
x /\ y = if x then y else False
|
||||
|
||||
/**
|
||||
* Short-cutting boolean disjuction function.
|
||||
* Short-cutting boolean disjunction function.
|
||||
* If the first argument is True, the second argument
|
||||
* is not evaluated.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user