Skip to content

Commit

Permalink
doc, #231
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed May 14, 2024
1 parent f677ed6 commit e7a9203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/common/model/Particle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ export default class Particle {
vy: NumberIO
};

// This is the documentation that appears for IOTypes in Studio. Each field in STATE_SCHEMA should be described,
// in the same order as STATE_SCHEMA.
// For concrete subclasses of Particle, this is the documentation that appears for their IOTypes in Studio.
// Each field in STATE_SCHEMA should be described, in the same order as STATE_SCHEMA.
protected static readonly STATE_SCHEMA_FIELDS_DOCUMENTATION =
'Fields include:<br>' +
'<ul>' +
Expand Down

0 comments on commit e7a9203

Please sign in to comment.