summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/design/autodiff/ir-overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design/autodiff/ir-overview.md b/docs/design/autodiff/ir-overview.md
index 83391e27f..dd5f44f53 100644
--- a/docs/design/autodiff/ir-overview.md
+++ b/docs/design/autodiff/ir-overview.md
@@ -393,7 +393,7 @@ OpModule
{
[OpPrimalInstDecoration]
%a_primal = OpDifferentialPairGetPrimal %dpa : %dpfloat
- [OpPrimalInstDecorarion]
+ [OpPrimalInstDecoration]
%b_primal = OpDifferentialPairGetPrimal %dpa : %dpfloat
[OpPrimalInstDecoration]
@@ -414,7 +414,7 @@ OpModule
{
[OpDifferentialInstDecoration]
%a_diff = OpDifferentialPairGetDifferential %dpa : %dpfloat
- [OpDifferentialInstDecorarion]
+ [OpDifferentialInstDecoration]
%b_diff = OpDifferentialPairGetDifferential %dpa : %dpfloat
[OpDifferentialInstDecoration]