D7895: rust-core: fix typo in comment

aayjaychan (Aay Jay Chan) phabricator at mercurial-scm.org
Thu Jan 16 11:30:15 EST 2020


Closed by commit rHGb3ec1ea95ee6: rust-core: fix typo in comment (authored by aayjaychan).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7895?vs=19313&id=19367

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7895/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7895

AFFECTED FILES
  rust/hg-core/src/revlog.rs

CHANGE DETAILS

diff --git a/rust/hg-core/src/revlog.rs b/rust/hg-core/src/revlog.rs
--- a/rust/hg-core/src/revlog.rs
+++ b/rust/hg-core/src/revlog.rs
@@ -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`



To: aayjaychan, #hg-reviewers, kevincox, gracinet, pulkit
Cc: gracinet, durin42, kevincox, mercurial-devel


More information about the Mercurial-devel mailing list