Skip to content

Commit f9d7f0b

Browse files
committed
fix typo
1 parent 0386029 commit f9d7f0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/subsampling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ nothing
148148
If we don't supply a subsampling strategy to `KLMinRepGradProxDescent`, subsampling will not be used.
149149

150150
```@example subsampling
151-
alg_full = KLMinRepGradProxDescent(ADTypesAutoReverseDiff(; compile=true))
151+
alg_full = KLMinRepGradProxDescent(ADTypes.AutoReverseDiff(; compile=true))
152152
nothing
153153
```
154154

0 commit comments

Comments
 (0)