Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
attackgoat committed Feb 10, 2024
1 parent d87f9c7 commit 653a085
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 @@ -9,7 +9,7 @@ _[QBasic](https://en.wikipedia.org/wiki/QBasic)_.

```toml
[dependencies]
screen-13 = "0.9"
screen-13 = "0.10"
```

## Overview
Expand Down
2 changes: 1 addition & 1 deletion src/pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
//!
//! * Non-zero cost: Atomic load and compatibility check per active alias
//! * May cause GPU stalling if there is not enough work being submitted
//! * Aliased resources are typed `Arc<Lease<T>>` and are not guaranteed to me mutable or unique
//! * Aliased resources are typed `Arc<Lease<T>>` and are not guaranteed to be mutable or unique
pub mod alias;
pub mod fifo;
Expand Down

0 comments on commit 653a085

Please sign in to comment.