From 587775d2de19d774ca150b05dba2b35052f5a65e Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 1 Feb 2015 06:27:51 +0200 Subject: [PATCH] doc: typo fix --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 6555a66..ba0552c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -9,7 +9,7 @@ //! *effective user ID* that says which user's permissions it is using. //! Furthermore, users can be the members of *groups*, which also have names //! and IDs. This functionality is exposed in libc, the C standard library, -//! but as this an unsafe Rust interface. This wrapper library provides a safe +//! but this an unsafe Rust interface. This wrapper library provides a safe //! interface, using User and Group objects instead of low-level pointers and //! strings. It also offers basic caching functionality. //!