Skip to content

Commit ae3b150

Browse files
committed
Fix a typo
1 parent 8dcf94e commit ae3b150

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

library/std/src/keyword_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2053,7 +2053,7 @@ mod type_keyword {}
20532053
/// old editions, treated like an unsafe block, which means that this use of `unsafe` both declares
20542054
/// the existence of a contract to call the current function, and declares that the contracts of the
20552055
/// unsafe operations inside this function are being upheld. The `unsafe_op_in_unsafe_fn` lint can
2056-
/// be enabled to change that and make `unsafe fn` only play the former rule. That lint is enabled
2056+
/// be enabled to change that and make `unsafe fn` only play the former role. That lint is enabled
20572057
/// by default since edition 2024.
20582058
///
20592059
/// # Unsafe abilities

0 commit comments

Comments
 (0)