Skip to content

Commit

Permalink
Update examples/tutorial.dx
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Zheng <[email protected]>
  • Loading branch information
joaogui1 and dan-zheng authored Feb 11, 2021
1 parent 16f7760 commit 132ebf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorial.dx
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import plot
' This style of using `for` to construct type-inferred tables is central to what
makes Dex powerful. Tables do not only need to have `Fin` types.

' Let's consider another example. This one produces a list of 1s
' Let's consider another example. This one produces a list of ones
in Python.

' `y = [1.0 for j in range(width) for i in range(height)]`
Expand Down

0 comments on commit 132ebf4

Please sign in to comment.