Skip to content

Commit f7e3919

Browse files
Add clarification comment to update function in slides
1 parent 7507dac commit f7e3919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

presentation/slides.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ pub(crate) async fn update(
390390
}
391391
```
392392
```rs {*}{lines:true}
393+
///! This is NOT our code. This is just to show you something 😉
393394
pub(crate) async fn update(
394395
labware: &Labware,
395396
connection: &Pool<Sqlite>,

0 commit comments

Comments
 (0)