Fix typo in markdown_parser doc comment#9341
Conversation
|
I'm starting a first review of this pull request. You can follow along in the session on Warp. I approved this pull request and requested human review from: @vorporeal, @alokedesai, @zachbai. Comment Powered by Oz |
|
I'm checking this implementation PR for association with a likely matching ready issue. Powered by Oz |
There was a problem hiding this comment.
Overview
This PR fixes a typo in the process_emphasis doc comment in crates/markdown_parser/src/markdown_parser.rs.
Concerns
- No correctness, security, error-handling, or performance concerns found.
Verdict
Found: 0 critical, 0 important, 0 suggestions
Approve
Comment /oz-review on this pull request to retrigger a review (up to 3 times on the same pull request).
Powered by Oz
|
The Windows test failures here look like flaky timeouts unrelated to this change — this PR only touches a single typo ( Could a maintainer kick off a re-run? Happy to also rebase on master if that helps. |
|
@anshul-garg27 Kicked of a re-run for you here. |
## Description Fixes a typo in the `process_emphasis` doc comment in `crates/markdown_parser/src/markdown_parser.rs`: `performace` → `performance`. ## Testing Doc-comment-only change. Co-authored-by: anshul-garg27 <anshul-garg27@users.noreply.github.com>
Description
Fixes a typo in the
process_emphasisdoc comment incrates/markdown_parser/src/markdown_parser.rs:performace→performance.Testing
Doc-comment-only change.