diff --git a/llvm/docs/JITLink.rst b/llvm/docs/JITLink.rst index 3b808cec6b27..02bce7053355 100644 --- a/llvm/docs/JITLink.rst +++ b/llvm/docs/JITLink.rst @@ -568,8 +568,8 @@ Passes ------ JITLink passes are ``std::function`` instances. They are free -to inspect and modify the given ``LinkGraph`` and are subject to the constraints -of whatever phase they are running in (see :ref:`generic_link_algorithm`). If a +to inspect and modify the given ``LinkGraph`` subject to the constraints of +whatever phase they are running in (see :ref:`generic_link_algorithm`). If a pass returns ``Error::success()`` then linking continues. If a pass returns a failure value then linking is stopped and the ``JITLinkContext`` is notified that the link failed.