diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-05 09:51:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-05 09:51:39 +0200 |
commit | 953f6053766510381b5e12e0710a72c28832cec8 (patch) | |
tree | b34028245c02658199d4f32a615e5ca3f067f96b | |
parent | 239c198350b27554ff9014d674517e3eb2780ab2 (diff) |
Cosmetic changes
-rw-r--r-- | libbutl/path.mxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libbutl/path.mxx b/libbutl/path.mxx index cab11f5..25f29c6 100644 --- a/libbutl/path.mxx +++ b/libbutl/path.mxx @@ -719,13 +719,13 @@ LIBBUTL_MODEXPORT namespace butl bool root () const; - // The following predicates return true for the "." and ".." paths, + // The following predicates return true for the `.` and `..` paths, // respectively. Note that the result doesn't depend on the presence or // spelling of the trailing directory separator. // // Also note that the path must literally match the specified values rather - // than be semantically current or parent. For example for paths "foo/.." - // or "bar/../.." the predicates return false. + // than be semantically current or parent. For example for paths `foo/..` + // or `bar/../..` these predicates return false. // bool current () const; |