Skip to content

Commit e5a2bd5

Browse files
committed
pr feedback
1 parent 3371b96 commit e5a2bd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_blogposts/community/2025-01-01-what-can-i-do-with-rescript.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
author: josh-derocher-vlk
3-
date: "2025-01-01"
3+
date: "2025-03-03"
44
previewImg: /static/blog/compiler_release_11_1.jpg
55
title: What can I do with ReScript?
66
description: |
@@ -60,7 +60,7 @@ You can also get help and guidance on how to write bindings for what you need. U
6060
You don't need to write bindings for an entire library, or even for all of a functions arguments. Just write what you need as you go.
6161

6262
Let's take a look at the `format` function from [date-fns](https://date-fns.org/). We can see the [arguments in the docs](https://date-fns.org/v4.1.0/docs/format#arguments), and how it should be imported and used.
63-
```res
63+
```typescript
6464
// type signature
6565
function format(
6666
date: string | number | Date,

0 commit comments

Comments
 (0)