Skip to content

Commit

Permalink
fix spell "generetor"
Browse files Browse the repository at this point in the history
  • Loading branch information
yknishidate committed Sep 21, 2023
1 parent 42414ad commit e3a4106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/cpp20/coroutines.md
Expand Up @@ -28,7 +28,7 @@ for (int v: g) {
一般的なアプリケーション実装者からの利用を想定した、ジェネレータや非同期タスク・非同期I/Oといったハイレベルなコルーチンライブラリは、C++23以降での導入にむけて検討されている。
C++23ではジェネレータコルーチンを実現する[`<generetor>`](/reference/generator.md)が追加された。
C++23ではジェネレータコルーチンを実現する[`<generator>`](/reference/generator.md)が追加された。
### 特徴
Expand Down

0 comments on commit e3a4106

Please sign in to comment.