Skip to content

Commit d69836a

Browse files
guzhongrenfuzhenn
authored andcommitted
dserialize->deserialize
1 parent e301150 commit d69836a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layer/ParticleLayer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const options = {
1515
* @classdesc
1616
* A layer to draw particles. <br>
1717
* ParticleLayer provides some interface methods to render particles. <br>
18-
* You can use it directly, but can't serialize/dserialize a ParticleLayer with JSON in this way. <br>
18+
* You can use it directly, but can't serialize/deserialize a ParticleLayer with JSON in this way. <br>
1919
* It is more recommended to extend it with a subclass.
2020
* @example
2121
* import { ParticleLayer } from 'maptalks';

0 commit comments

Comments
 (0)