Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed wrong lang attributes of some code includes
  • Loading branch information
Butt4cak3 committed Apr 29, 2018
commit c7d2729ce1ecb55944a28d375025a0a20775e1cf
4 changes: 2 additions & 2 deletions chapters/differential_equations/euler/euler.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ So, this time, let's remove ourselves from any physics and instead solve the fol
[import, lang:"julia"](code/julia/euler.jl)
{% sample lang="c" %}
### C
[import, lang:"c"](code/c/euler.c)
[import, lang:"c_cpp"](code/c/euler.c)
{% sample lang="cpp" %}
### C++
[import, lang:"cpp"](code/c++/euler.cpp)
[import, lang:"c_cpp"](code/c++/euler.cpp)
{% sample lang="elm" %}
### Elm
[import:44-54, lang:"elm"](code/elm/euler.elm)
Expand Down