From 602c62b0c7120bc9c5600ee8ff49a27e559a6be8 Mon Sep 17 00:00:00 2001 From: Kira McLean Date: Mon, 11 May 2020 21:24:46 -0400 Subject: [PATCH] Update content Just noticed a couple of what I think are little mistakes reading through these docs. Thanks for the great library! --- doc/content.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/content.adoc b/doc/content.adoc index 1590386..63b3a13 100644 --- a/doc/content.adoc +++ b/doc/content.adoc @@ -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] ---- @@ -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.