Skip to content

Commit 7f9b9b7

Browse files
ferrolhoKristofferC
authored andcommitted
Fixes minor typo in documentation (#442)
1 parent cb18995 commit 7f9b9b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/user/advanced.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ before attempting to propagate derivative information, but this check can notice
137137
decrease performance (~5%-10% on our benchmarks).
138138

139139
In order to preserve performance in the majority of use cases, ForwardDiff disables this
140-
check by default. If your code is affected by this `NaN` behvaior, you can enable
140+
check by default. If your code is affected by this `NaN` behavior, you can enable
141141
ForwardDiff's `NaN`-safe mode by setting the `NANSAFE_MODE_ENABLED` constant to `true` in
142142
ForwardDiff's source.
143143

0 commit comments

Comments
 (0)