Skip to content

Commit a6d3f8c

Browse files
Update lib-sized.md
1 parent 266dfad commit a6d3f8c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib-sized.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

2-
### hash : Sized<size> -> Bool;
2+
### `hash : Sized<size> -> Bool`
33

44
The hash is not a cryptographic hash.
55

6-
### is : (Sized<size>,Sized<size>) -> Bool;
6+
### `is : (Sized<size>,Sized<size>) -> Bool`
77

88
`is` checks for binary equality of two memory regions.
99

10-
### mem-is-non-zero : Sized<size> -> Bool;
10+
### `mem-is-non-zero : Sized<size> -> Bool`
1111

1212
`mem-is-non-zero` checks if a memory region is zeroed out.

0 commit comments

Comments
 (0)