Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0633c94

Browse files
committed
Fix typos
1 parentb7be218 commit0633c94

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -686,9 +686,9 @@ use async_std::prelude::*;
686686
useasync_std::task;
687687

688688
task::spawn(async {
689-
letx=fibonnacci(1000);// Do expensive work
689+
letx=fibonacci(1000);// Do expensive work
690690
task::yield_now().await;// Allow other tasks to run
691-
x+fibonnacci(100)// Do more work
691+
x+fibonacci(100)// Do more work
692692
})
693693
```
694694

‎src/stream/successors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pin_project! {
4242
///
4343
/// This stream is constructed by [`successors`] function
4444
///
45-
/// [`successors`]: fn.succssors.html
45+
/// [`successors`]: fn.successors.html
4646
#[cfg(feature ="unstable")]
4747
#[cfg_attr(feature ="docs", doc(cfg(unstable)))]
4848
#[derive(Debug)]

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp