Skip to content

Commit

Permalink
Typo fix in task docs (#489)
Browse files Browse the repository at this point in the history
- small typo fix "fo" -> "for" in task docs
  • Loading branch information
smallbraingames authored Oct 10, 2024
1 parent 59228d3 commit 4d59fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const NO_AFFINITY: core::ffi::c_uint = tskNO_AFFINITY;
///
/// # Safety
///
/// Only marked as unsafe fo symmetry with `destroy` and to discourage users from leaning on it in favor of `std::thread`.
/// Only marked as unsafe for symmetry with `destroy` and to discourage users from leaning on it in favor of `std::thread`.
/// Otherwise, this function is actually safe.
pub unsafe fn create(
task_handler: extern "C" fn(*mut core::ffi::c_void),
Expand Down

0 comments on commit 4d59fbe

Please sign in to comment.