Skip to content

Commit 8b2c2e7

Browse files
committed
Convert another block
1 parent 7744bc2 commit 8b2c2e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ using Unitful
3838
Here, representing the domain being integrated over, we will define a Bezier
3939
curve whose path approximates a sine-wave on the xy-plane.
4040

41-
```julia
41+
```@example tutorial
4242
N = 361 # number of control points
4343
xs = range(-π, π, length=N) # x will be bounded in [-π, π] meters
4444
curve = Meshes.BezierCurve([Point(x * u"m", sin(x) * u"m", 0.0u"m") for x in xs])

0 commit comments

Comments
 (0)