Skip to content

Commit 8cfcc05

Browse files
authored
Update title for v0.19 release blog post (#163)
* Update title for v0.19 release blog post * Fix typo * Add rust syntax to code snippet
1 parent 53c1410 commit 8cfcc05

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

blog/2024-07-09-boa-release-19.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
<!-- ---
1+
---
22
layout: post
33
tags: [post]
4-
title: "Boa release v0.19"
4+
title: "Boa release v0.19: more progress on Temporal, new benchmarks, migration to Matrix, and more..."
55
author: Boa Developers
6-
--- -->
6+
---
77

88
## Summary
99

@@ -127,7 +127,7 @@ because we would like to polish it first and integrate it within the other crate
127127
However, we can give you a sneak peek of what some of the new APIs will allow you to do. Hopefully
128128
this will make you look forward for v0.20!
129129

130-
```
130+
```rust
131131
use boa_interop::{js_class, Ignore, JsClass};
132132

133133
#[derive(Clone, Trace, Finalize, JsData)]

0 commit comments

Comments
 (0)