From de07677fbfda1930e54e385e1664ef5e018f3281 Mon Sep 17 00:00:00 2001
From: Jean-Paul Pelteret <jppelteret@gmail.com>
Date: Thu, 10 May 2018 07:13:49 +0200
Subject: [PATCH] Small doc fixes to the AD module

---
 doc/doxygen/headers/automatic_and_symbolic_differentiation.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/doxygen/headers/automatic_and_symbolic_differentiation.h b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h
index 6d4e25fc72..0ae2ff057b 100644
--- a/doc/doxygen/headers/automatic_and_symbolic_differentiation.h
+++ b/doc/doxygen/headers/automatic_and_symbolic_differentiation.h
@@ -209,7 +209,7 @@
  *   \quad .
  * @f]
  * As was previously mentioned, if each of the primitive operations $f_{n}$ is smooth and
- * differentiable, then the chain can be universally employed to compute the total derivative of $f$,
+ * differentiable, then the chain-rule can be universally employed to compute the total derivative of $f$,
  * namely $\dfrac{d f(x)}{d \mathbf{x}}$. What distinguishes the "forward" from the "reverse" mode
  * is how the chain-rule is evaluated, but ultimately both compute the total derivative
  * @f[
@@ -422,7 +422,7 @@
  *   use ADOL-C numbers.
  * - adolc_product_types.h: Defines some product and scalar types that allow the use of
  *   ADOL-C numbers in conjunction with the Tensor and SymmetricTensor classes.
- * - sacado_math.h: Extension of the sacado math operations that allow these numbers to be used
+ * - sacado_math.h: Extension of the Sacado math operations that allow these numbers to be used
  *   consistently throughout the library.
  * - sacado_number_types.h: Implementation of the internal classes that define how we
  *   use the supported Sacado numbers.
-- 
2.39.5