Skip to content

Commit 6463d94

Browse files
committed
Fix typo in todo! macro docstring
1 parent 08dea20 commit 6463d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ macro_rules! unimplemented {
713713
/// Indicates unfinished code.
714714
///
715715
/// This can be useful if you are prototyping and are just looking to have your
716-
/// code typecheck.
716+
/// code typechecked.
717717
///
718718
/// The difference between [`unimplemented!`] and `todo!` is that while `todo!` conveys
719719
/// an intent of implementing the functionality later and the message is "not yet

0 commit comments

Comments
 (0)