summaryrefslogtreecommitdiff
path: root/stdlib/int32.mli
diff options
context:
space:
mode:
authorFourchaux <jprodi04@gmail.com>2017-08-10 12:59:23 +0200
committerMark Shinwell <mshinwell@gmail.com>2017-08-10 11:59:23 +0100
commit72cfdd56e9459af07731451c4c10ae0ec2c6d877 (patch)
treeb1958e44ee1ea40bcca88e4a2445ce42f878e724 /stdlib/int32.mli
parent9a1ddfa2dac2207b3a75a32bf9550fb4bcb39f6e (diff)
downloadocaml-72cfdd56e9459af07731451c4c10ae0ec2c6d877.tar.gz
Typos and basic grammar error fixing (#1280)
Diffstat (limited to 'stdlib/int32.mli')
-rw-r--r--stdlib/int32.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/int32.mli b/stdlib/int32.mli
index f27d8c911c..745cc35828 100644
--- a/stdlib/int32.mli
+++ b/stdlib/int32.mli
@@ -84,7 +84,7 @@ external logxor : int32 -> int32 -> int32 = "%int32_xor"
(** Bitwise logical exclusive or. *)
val lognot : int32 -> int32
-(** Bitwise logical negation *)
+(** Bitwise logical negation. *)
external shift_left : int32 -> int -> int32 = "%int32_lsl"
(** [Int32.shift_left x y] shifts [x] to the left by [y] bits.