Skip to content

Commit

Permalink
Fix incorrect line in is_readable docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelicosPhosphoros authored and udoprog committed Sep 19, 2024
1 parent 40dfd88 commit 3d81bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rune/src/modules/core.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn panic(message: &str) -> VmResult<()> {

/// Test if the given `value` is readable.
///
/// A value is writable if can be acquired for shared access, such as producing
/// A value is readable if can be acquired for shared access, such as producing
/// an immutable reference.
///
/// A value that is moved is no longer considered readable.
Expand Down

0 comments on commit 3d81bce

Please sign in to comment.