From 633ae628510bb828e891c6f54aeda6a133d68b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Haraldsson?= Date: Thu, 20 May 2021 17:29:19 +0000 Subject: [PATCH] Typo [skip ci] --- samples/notebooks/EmittersIntro.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/notebooks/EmittersIntro.jl b/samples/notebooks/EmittersIntro.jl index 204a67b17..b550cb717 100644 --- a/samples/notebooks/EmittersIntro.jl +++ b/samples/notebooks/EmittersIntro.jl @@ -137,7 +137,7 @@ begin local O = Origins.RectGrid(1.0, 1.0, 3, 3) local D = Directions.HexapolarCone(deg2rad(5.0), 3) - # construct the srouce. in this example a "pixel" source will contain only one source as we are simulating a "b/w" display. + # construct the source. in this example a "pixel" source will contain only one source as we are simulating a "b/w" display. # for RGB displays we can combine 3 sources to simulate "a pixel". local Tr = Transform(Geometry.Vec3(0.5, 0.5, 0.0)) local source1 = Sources.Source(Tr, S, O, D, P)