bodil / bodil/bodil.github.com
Textual error
- 主要言語
- CSS
- スター
- 24
- フォーク
- 8
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
Hi!
In your Parser Combinators text you have what seems to be a typo:
> To accommodate this pattern, we're going to use our pair combinator to write two other combinators: `left, which discards the result of the first parser and only returns the second`, and its opposite number, right, which is the one we'd have wanted to use in our test above instead of pair - the one that discards that () on the left hand side of the pair and only keeps our String.
`left` actually discards the second result and returns the first, while `right` does what it says.
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
レポートで参照されている Parser Combinators のテキストを開き、`left` と `right` コンビネータの説明を見つけてください。各説明を issue に記載されている動作と比較し、入れ替わっている記述を修正して、周辺の説明が引き続き整合していることを確認してください。
索引モデルが issue の本文から書いたものです。
評価
- 領域
- documentation
- issue の種類
- ドキュメント
- 難易度
- 1/5
- 見積もり時間
- 1時間未満
- 活発さ
- 停滞
- 明瞭さ
- 明確に書かれている
- 初心者へのやさしさ
- 35/100