Skip to content

Commit

Permalink
Fix syntax highlighting in pgdsgui tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Oct 13, 2024
1 parent 2ecfc9a commit 5be5369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/pgdsgui.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Again, this seems appropriate for a language where specialization typically happ

We'll add these packages to your [default environment](https://pkgdocs.julialang.org/v1/environments/) so you can use them while in the package environment:

```
```julia
using Pkg
Pkg.add(["SnoopCompileCore", "SnoopCompile", "PyPlot"]);
```
Expand Down Expand Up @@ -84,7 +84,7 @@ julia> tinf = @snoop_inference mappushes(spelltype, Ts);

Then, *in the same session*, profile the runtime:

```
```julia
julia> using Profile

julia> @profile mappushes(spelltype, Ts);
Expand Down

0 comments on commit 5be5369

Please sign in to comment.