Skip to content

Commit

Permalink
Merge pull request #310 from hyrodium/fix/julia-repl
Browse files Browse the repository at this point in the history
Use `julia-repl` code block
  • Loading branch information
cormullion authored Apr 15, 2024
2 parents 4641522 + 1d19185 commit 25d6333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bezierpath.jl
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ Returns a tuple of two BezierPathSegments, the 'lower' one
## Example
```julia
```julia-repl
julia> bps = BezierPathSegment(ngon(O, 200, 4, vertices=true)...)
4-element BezierPathSegment:
Point(1.2246467991473532e-14, 200.0)
Expand Down
2 changes: 1 addition & 1 deletion src/point.jl
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Base.length(::Point) = 2
Transform a point `pt` by the 3×3 matrix `m`.
```julia
```julia-repl
julia> M = [2 0 0; 0 2 0; 0 0 1]
3×3 Matrix{Int64}:
2 0 0
Expand Down

0 comments on commit 25d6333

Please sign in to comment.