JS Resource Module minor symbol correction

This commit is contained in:
mpetrov 2024-12-20 14:10:46 +02:00
parent f9d0954261
commit bd1a86083a

View File

@ -19,7 +19,7 @@ These modules can contain any JavaScript code, facilitating the reuse of specifi
You can declare variables: You can declare variables:
```javascript ```javascript
export const circle = '&#11044'; export const circle = '⬤';
{:copy-code} {:copy-code}
``` ```
```javascript ```javascript