diff options
-rw-r--r-- | doc/tut3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tut3.rst b/doc/tut3.rst index c71711ca9..2feae1f7d 100644 --- a/doc/tut3.rst +++ b/doc/tut3.rst @@ -28,7 +28,7 @@ Examples of things that can be implemented in macros: * Symbolic differentiation of an expression. ``diff(a*pow(x,3) + b*pow(x,2) + c*x + d, x)`` is converted to - ``3*a*pow(x,2) + 2*a*x + c`` + ``3*a*pow(x,2) + 2*b*x + c`` Macro Arguments |