fix(markdown): Incorrect signature for point add/setCircle
This commit is contained in:
parent
e319c9a30a
commit
d1f9fdfcf6
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ will call `Point.attr()` as circles are added by setting attributes. Refer to
|
|||
|
||||
```js
|
||||
Point point.addCircle(
|
||||
string text,
|
||||
number radius,
|
||||
string className
|
||||
)
|
||||
```
|
||||
|
|
|
@ -16,7 +16,7 @@ how circles are handled.
|
|||
|
||||
```js
|
||||
Point point.setCircle(
|
||||
string text,
|
||||
number radius,
|
||||
string className
|
||||
)
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue