Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/content.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,7 @@ Checks if the provided path is readable.
[[writable-pred]]
===== writable?

Checks if the provided path is readable.
Checks if the provided path is writable.

[source, clojure]
----
Expand Down Expand Up @@ -677,7 +677,7 @@ A helper for normalising the path and remove redundant segments.


[[relativize]]
===== normalize
===== relativize

Constructs a relative path of the provided path in terms of an other path.

Expand Down