Skip to content

Commit 9aa39a7

Browse files
authored
Update javascript-procedural-proto.md (cyberbotics#6290)
1 parent 91545fc commit 9aa39a7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/reference/javascript-procedural-proto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ A number of modules provide additional utility functions that can be useful when
157157
To use these functions, the module needs to be included first:
158158

159159
```javascript
160-
%{
160+
%<
161161
// to import the entire module
162162
import * as wbrandom from 'wbrandom.js';
163163

@@ -166,7 +166,7 @@ To use these functions, the module needs to be included first:
166166

167167
// to import only specific functions instead of the entire module
168168
import {integer} from 'wbrandom.js';
169-
}%
169+
>%
170170
```
171171

172172
The available modules are the following:

0 commit comments

Comments
 (0)