Skip to content

Commit 85a9ec1

Browse files
committed
fix: typos and link
1 parent 1849afc commit 85a9ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

slides.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ clicks: 4
174174
| |
175175
| <div v-mark.underline.orange="[4,5]"> 4. Validate at the boundary </div> |
176176

177-
<div class="mt-16">
178-
<a href="https://www.infoq.com/articles/data-oriented-programming-java/">Goetz Article</a>
177+
<div class="mt-16 ml-16">
178+
<a href="https://www.infoq.com/articles/data-oriented-programming-java/" target="_blank">Goetz Article</a>
179179
</div>
180180

181181
<style>
@@ -599,7 +599,7 @@ if (obj instanceof Status s) {
599599
```java
600600
if (obj instanceof Confusion c
601601
&& c.turns() > 1) {
602-
// worßks
602+
// works
603603
}
604604

605605
if (obj instanceof Confusion c

0 commit comments

Comments
 (0)