Skip to content

Commit f5f1df7

Browse files
committed
mise à jour de l'exemple de rendu dans le guide de l'interface HTML Canvas
1 parent 045cd71 commit f5f1df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/HTML_CANVAS_INTERFACE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Any object that implements `renderOn:` can be rendered through the canvas:
195195

196196
```smalltalk
197197
html div
198-
with: (MyComponent new)
198+
with: [ AComponentClass for: self on: html named: #myComponent ]
199199
```
200200

201201
### Collection Rendering

0 commit comments

Comments
 (0)