We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1849afc commit 85a9ec1Copy full SHA for 85a9ec1
slides.md
@@ -174,8 +174,8 @@ clicks: 4
174
| |
175
| <div v-mark.underline.orange="[4,5]"> 4. Validate at the boundary </div> |
176
177
-<div class="mt-16">
178
-<a href="https://www.infoq.com/articles/data-oriented-programming-java/">Goetz Article</a>
+<div class="mt-16 ml-16">
+<a href="https://www.infoq.com/articles/data-oriented-programming-java/" target="_blank">Goetz Article</a>
179
</div>
180
181
<style>
@@ -599,7 +599,7 @@ if (obj instanceof Status s) {
599
```java
600
if (obj instanceof Confusion c
601
&& c.turns() > 1) {
602
- // worßks
+ // works
603
}
604
605
0 commit comments