Use std::find instead of manual loop.
[oota-llvm.git] / docs / LangRef.rst
index a2eedfac952d44de5422657da2334431f923c6ba..8ab1d0ae41ad9f4f1ebfebadd946a16d2b9c85e8 100644 (file)
@@ -6711,7 +6711,7 @@ Arguments:
 """"""""""
 
 The first operand of an '``extractvalue``' instruction is a value of
-:ref:`struct <t_struct>` or :ref:`array <t_array>` type. The operands are
+:ref:`struct <t_struct>` or :ref:`array <t_array>` type. The other operands are
 constant indices to specify which value to extract in a similar manner
 as indices in a '``getelementptr``' instruction.