| commit | cbad4f37fe92c2762a7fc75da6cc202e97b14a1a | [log] [tgz] |
|---|---|---|
| author | Vitaly Shukela <vi0oss@gmail.com> | Fri Jan 15 09:25:41 2021 +0300 |
| committer | GitHub <noreply@github.com> | Fri Jan 15 09:25:41 2021 +0300 |
| tree | 2386bd57c6a196b23ae2745322d565df3de7121b | |
| parent | 23fe7e437a5e1bb0a02ac8d341fa138674622127 [diff] [blame] |
Fix minor typo
diff --git a/src/shared_ptr.rs b/src/shared_ptr.rs index 18f600f..b3a1b1c 100644 --- a/src/shared_ptr.rs +++ b/src/shared_ptr.rs
@@ -47,7 +47,7 @@ } } - /// Chacks whether the SharedPtr does not own an object. + /// Checks whether the SharedPtr does not own an object. /// /// This is the opposite of [std::shared_ptr\<T\>::operator bool](https://en.cppreference.com/w/cpp/memory/shared_ptr/operator_bool). pub fn is_null(&self) -> bool {