Skip to content

fixing monte_carlo markdown file name error for lisp / scala #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions contents/monte_carlo_integration/monte_carlo_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ each point is tested to see whether it's in the circle or not:
{% sample lang="scala" %}
[import:3-3, lang:"scala"](code/scala/monte_carlo.scala)
{% sample lang="lisp" %}
[import:3-5, lang:"lisp"](code/scala/monte-carlo.lisp)
[import:3-5, lang:"lisp"](code/lisp/monte-carlo.lisp)
{% sample lang="asm-x64" %}
[import:21-32, lang:"asm-x64"](code/asm-x64/monte_carlo.s)
{% endmethod %}
Expand Down Expand Up @@ -170,13 +170,12 @@ Feel free to submit your version via pull request, and thanks for reading!
{% sample lang="scala" %}
[import, lang:"scala"](code/scala/monte_carlo.scala)
{% sample lang="lisp" %}
[import, lang:"lisp"](code/scala/monte-carlo.lisp)
[import, lang:"lisp"](code/lisp/monte-carlo.lisp)
{% sample lang="asm-x64" %}
[import, lang:"asm-x64"](code/asm-x64/monte_carlo.s)
{% endmethod %}



<script>
MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
</script>