changeset 44088:b3ec1ea95ee6

rust-core: fix typo in comment Differential Revision: https://phab.mercurial-scm.org/D7895
author Aay Jay Chan <aayjaychan@itopia.com.hk>
date Thu, 16 Jan 2020 00:30:08 +0800
parents dc9b53482689
children bd22e90c54b3
files rust/hg-core/src/revlog.rs
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/rust/hg-core/src/revlog.rs	Tue Jan 14 18:59:49 2020 -0800
+++ b/rust/hg-core/src/revlog.rs	Thu Jan 16 00:30:08 2020 +0800
@@ -14,7 +14,7 @@
 /// Marker expressing the absence of a parent
 ///
 /// Independently of the actual representation, `NULL_REVISION` is guaranteed
-/// to be smaller that all existing revisions.
+/// to be smaller than all existing revisions.
 pub const NULL_REVISION: Revision = -1;
 
 /// Same as `mercurial.node.wdirrev`