Skip to content

Commit 571f0c9

Browse files
committed
fixing location of headers for sample code.
1 parent d0ee9ad commit 571f0c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/monte_carlo/monte_carlo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ Feel free to submit your version via pull request, and thanks for reading!
9292
{%sample lang="rs" %}
9393
### Rust
9494
[import, lang:"rust"](code/rust/monte_carlo.rs)
95-
### D
9695
{%sample lang="d" %}
96+
### D
9797
[import, lang:"d"](code/d/monte_carlo.d)
98-
### Go
9998
{%sample lang="go" %}
99+
### Go
100100
[import, lang:"golang"](code/go/monteCarlo.go)
101101
{% endmethod %}
102102

0 commit comments

Comments
 (0)