##// END OF EJS Templates
rust-core: fix typo in comment...
Aay Jay Chan -
r44547:b3ec1ea9 default
parent child Browse files
Show More
@@ -14,7 +14,7 b' pub type Revision = i32;'
14 14 /// Marker expressing the absence of a parent
15 15 ///
16 16 /// Independently of the actual representation, `NULL_REVISION` is guaranteed
17 /// to be smaller that all existing revisions.
17 /// to be smaller than all existing revisions.
18 18 pub const NULL_REVISION: Revision = -1;
19 19
20 20 /// Same as `mercurial.node.wdirrev`
General Comments 0
You need to be logged in to leave comments. Login now