Skip to content

Commit dcf7714

Browse files
Merge pull request #245 from mattam82/fix-sint63-link
Fix Sint63 link in stdlib/index.html
2 parents 0989611 + afb1968 commit dcf7714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/stdlib/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2>Axiomatized OCaml Primitives</h2>
127127
<div id="Uint63"><dt><a href="Stdlib.Numbers.Cyclic.Int63.Uint63.html">Uint63</a></dt>
128128
<dd>OCaml 63-bit unsigned integers and axioms relating them to <code><a href="../corelib/Corelib.Numbers.BinNums.html#Z">Z</a></code>.</dd>
129129
</div>
130-
<div id="Sint63"><dt><a href="Stdlib.Numbers.Cyclic.Int63.Uint63.html">Sint63</a></dt>
130+
<div id="Sint63"><dt><a href="Stdlib.Numbers.Cyclic.Int63.Sint63.html">Sint63</a></dt>
131131
<dd>OCaml 63-bit signed integers and axioms relating them to <code><a href="../corelib/Corelib.Numbers.BinNums.html#Z">Z</a></code>.</dd>
132132
</div>
133133
<div id="Floats"><dt><a href="Stdlib.Floats.Floats.html">Floats</a></dt>

0 commit comments

Comments
 (0)