From 14eed5e7dafc240f4996f0dd4d0bb77afd5e8151 Mon Sep 17 00:00:00 2001 From: spieljs Date: Fri, 8 May 2020 23:15:47 +0200 Subject: [PATCH] fix docs --- README.md | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7a98cb..3d62e00 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Spielrs Diff -It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs)) +It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs) and return true in case that both are different. Useful to create watchers in the servers ## How install it diff --git a/src/lib.rs b/src/lib.rs index 749ba1b..621cd81 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ //! //! # Spielrs Diff -//! It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs)) +//! It is a library which compare two tree direcories asynchronously through [tokio](https://tokio.rs) //! and return true in case that both are different. Useful to create watchers in the servers //! //! ## How install it