-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
I hope this is not a duplicate, but the description of the .is_relative()
method for the Path
struct states the following:
Return false if the Path is relative, i.e. not absolute.
That "false" should become "true". Of course this doesn't really pose any problem since the mistake is pretty obvious, it's just for sake of correctness :)
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools