From 2a4372b2487a58a0bc2121cbcf148876ddf8c60f Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Fri, 10 Apr 2020 19:18:58 +0200 Subject: [PATCH] docs --- asyncgit/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncgit/src/lib.rs b/asyncgit/src/lib.rs index c1705813..5dc95abb 100644 --- a/asyncgit/src/lib.rs +++ b/asyncgit/src/lib.rs @@ -32,7 +32,7 @@ pub enum AsyncNotification { Diff, } -/// +/// current working director `./` pub static CWD: &str = "./"; /// helper function to calculate the hash of an arbitrary type that implements the `Hash` trait