File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,13 +179,13 @@ class ParsedPath {
179179 return leftMostIndexedCharacter;
180180 }
181181
182- /// Splits the last non-empty part of the path into a `[basename, extension` ]
182+ /// Splits the last non-empty part of the path into a `[basename, extension]`
183183 /// pair.
184184 ///
185185 /// Takes an optional parameter `level` which makes possible to return
186186 /// multiple extensions having `level` number of dots. If `level` exceeds the
187- /// number of dots, the path is splitted into the left most dot. The value of
188- /// `level` must be greater than 0, else `RangeError` is thrown.
187+ /// number of dots, the path is split at the first most dot. The value of
188+ /// `level` must be greater than 0, else `RangeError` is thrown.
189189 ///
190190 /// Returns a two-element list. The first is the name of the file without any
191191 /// extension. The second is the extension or "" if it has none.
Original file line number Diff line number Diff line change 11name : path
2- version : 1.6.5-dev
2+ version : 1.7.0
33
44description : >-
55 A string-based path manipulation library. All of the path operations you know
You can’t perform that action at this time.
0 commit comments