This is an archive of the discontinued LLVM Phabricator instance.

[mlir][doc] fix typos.
ClosedPublic

Authored by jcai19 on Sep 27 2021, 1:33 PM.

Details

Summary

This fixes some typos in OpDefinitions.md and DeclarativeRewrites.md,
and wrap function/class names in backticks.

Diff Detail

Event Timeline

jcai19 created this revision.Sep 27 2021, 1:33 PM
jcai19 requested review of this revision.Sep 27 2021, 1:33 PM

Thanks - a couple of comments.

mlir/docs/DeclarativeRewrites.md
545

This sentence is still broken.

onput -> output?

jcai19 updated this revision to Diff 375643.Sep 28 2021, 10:48 AM

Fix my typos.

Thanks - a couple of comments.

Thanks for noticing that. I've fix the typos.

jcai19 marked an inline comment as done.Oct 3 2021, 10:41 PM
mehdi_amini accepted this revision.Oct 4 2021, 11:16 AM

LG, thanks

This revision is now accepted and ready to land.Oct 4 2021, 11:16 AM
This revision was automatically updated to reflect the committed changes.
jcai19 added a comment.Oct 4 2021, 1:17 PM

LG, thanks

Thanks!