-
-
Notifications
You must be signed in to change notification settings - Fork 292
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typo in Getting started.jl (#575)
- Loading branch information
1 parent
46d33ce
commit 7a844dd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ else | |
end | ||
|
||
# ╔═╡ 611c28fa-9542-11ea-1751-fbdedcfb7690 | ||
html"""<p>To edit any code, just click on it. When you're done programming, press the <img src="https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/caret-forward-circle-outline.svg" style="width: 1em; height: 1em; margin-bottom: -.2em;"> in the lower-right corned of a cell to run the code. You can also use `Shift+Enter` if you are in a hurry.</p>""" | ||
html"""<p>To edit any code, just click on it. When you're done programming, press the <img src="https://cdn.jsdelivr.net/gh/ionic-team/[email protected]/src/svg/caret-forward-circle-outline.svg" style="width: 1em; height: 1em; margin-bottom: -.2em;"> in the lower-right corner of a cell to run the code. You can also use `Shift+Enter` if you are in a hurry.</p>""" | ||
|
||
# ╔═╡ 6f7eecec-9543-11ea-1284-dd52fce3ecca | ||
md"I feel like our cat needs a friend. Let's call them $(friend)." | ||
|