We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e301150 commit d69836aCopy full SHA for d69836a
src/layer/ParticleLayer.js
@@ -15,7 +15,7 @@ const options = {
15
* @classdesc
16
* A layer to draw particles. <br>
17
* 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>
+ * You can use it directly, but can't serialize/deserialize a ParticleLayer with JSON in this way. <br>
19
* It is more recommended to extend it with a subclass.
20
* @example
21
* import { ParticleLayer } from 'maptalks';
0 commit comments