Skip to content

Commit 195b056

Browse files
committed
Fix error anatomy demo copy
1 parent 2664926 commit 195b056

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/anatomy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h1>Anatomy of a Friendly Error Message</h1>
7979
<div class="anatomy__zone-tag">Solve - Suggested fix</div>
8080
</div>
8181
<div class="anatomy__zone-body">
82-
<pre class="pfem__patch">nme = 0
82+
<pre class="pfem__patch">nme = "Jo"
8383
print("Hello, " + nme)</pre>
8484
</div>
8585
</div>

0 commit comments

Comments
 (0)