summaryrefslogtreecommitdiffstats
path: root/mlir/docs
diff options
context:
space:
mode:
authorNico Weber <thakis@chromium.org>2020-01-02 12:11:59 -0500
committerNico Weber <thakis@chromium.org>2020-01-02 12:11:59 -0500
commit846bf1d43f90ea99b812cab10cd66d265bcb9c7a (patch)
treea72522b16c4db62338336911d323c48256b11d55 /mlir/docs
parent19a71e358ec89788b25f531c5e4f943c95f53bfc (diff)
downloadbcm5719-llvm-846bf1d43f90ea99b812cab10cd66d265bcb9c7a.tar.gz
bcm5719-llvm-846bf1d43f90ea99b812cab10cd66d265bcb9c7a.zip
fix doc grammar-o to cycle bots
Diffstat (limited to 'mlir/docs')
-rw-r--r--mlir/docs/Diagnostics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/docs/Diagnostics.md b/mlir/docs/Diagnostics.md
index 69a30942c00..c60dffb022e 100644
--- a/mlir/docs/Diagnostics.md
+++ b/mlir/docs/Diagnostics.md
@@ -186,7 +186,7 @@ op->emitError("...").attachNote() << "...";
## InFlight Diagnostic
Now that [Diagnostics](#diagnostic) have been explained, we introduce the
-`InFlightDiagnostic`. is an RAII wrapper around a diagnostic that is set to be
+`InFlightDiagnostic`, an RAII wrapper around a diagnostic that is set to be
reported. This allows for modifying a diagnostic while it is still in flight. If
it is not reported directly by the user it will automatically report when
destroyed.
OpenPOWER on IntegriCloud