Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Sep 5, 2020
1 parent 7663c19 commit ddbf5ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ on Rust ecosystem.
* **arc**: A simple macro to make a new `Arc` value.²
* **boxed**: A simple macro to make a new `Box` value.²
* **cell**: A simple macro to make a new `Cell` value.²
* **cow**: A simple macro to make a new `Cow::Owned` value.
* **cow**: A simple macro to make a new `Cow` value.
* **mutex**: A simple macro to make a new `Mutex` value.²
* **refcell**: A simple macro to make a new `RefCell` value.²
* **rc**: A simple macro to make a new `Rc` value.²
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
//! * **arc**: A simple macro to make a new [`Arc`] value.²
//! * **boxed**: A simple macro to make a new [`Box`] value.²
//! * **cell**: A simple macro to make a new [`Cell`] value.²
//! * **cow**: A simple macro to make a new `Cow::Owned` value.
//! * **cow**: A simple macro to make a new [`Cow`] value.
//! * **mutex**: A simple macro to make a new [`Mutex`] value.²
//! * **refcell**: A simple macro to make a new [`RefCell`] value.²
//! * **rc**: A simple macro to make a new [`Rc`] value.²
Expand Down

0 comments on commit ddbf5ba

Please sign in to comment.