Skip to content

Commit

Permalink
Fix practive->practice typo
Browse files Browse the repository at this point in the history
  • Loading branch information
danakj committed Dec 5, 2023
1 parent c4b9e8c commit 9bae6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sus/construct/cast.h
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ concept Cast = requires(const From& from) {
/// See [`Cast`]($sus::construct::Cast) for how numeric and
/// primitive values are converted.
///
/// It is best practive to place a `// SAFETY:` comment on use of [`sus::cast`](
/// It is best practice to place a `// SAFETY:` comment on use of [`sus::cast`](
/// $sus::construct::cast) in order to explain why the code intends to change
/// the value during the cast.
///
Expand Down

0 comments on commit 9bae6ea

Please sign in to comment.