Skip to content

Commit 9270b60

Browse files
committed
Fix incorrect header in SML tutorial.
1 parent 91d798f commit 9270b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/scaling_with_sml.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ plot!(ns, static_with_map_times, label="with map and static outer fn")
334334
plot!(ns, fully_static_with_map_times, label="with map and static outer and inner fns")
335335
```
336336

337-
# Checking the Inference Programs
337+
## Checking the Inference Programs
338338

339339
Before wrapping up, let's confirm that all of our models are giving good results:
340340

0 commit comments

Comments
 (0)