We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bbc4830 + b91893f commit afb653cCopy full SHA for afb653c
src/lib.rs
@@ -377,8 +377,8 @@ bitflags! {
377
/// change at any time. This is the default sorting for new walkers.
378
const NONE = raw::GIT_SORT_NONE as u32;
379
380
- /// Sort the repository contents in topological order (parents before
381
- /// children).
+ /// Sort the repository contents in topological order (children before
+ /// parents).
382
///
383
/// This sorting mode can be combined with time sorting.
384
const TOPOLOGICAL = raw::GIT_SORT_TOPOLOGICAL as u32;
0 commit comments