Skip to content

Commit 0ffaedd

Browse files
docs: in project data api doc remove redundant comment slash.
1 parent 3727835 commit 0ffaedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/project-data-api/PROJECT_DATA_API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ your changes with API. Save method can be called with chaining.
198198
Renderforest.getProjectData(15220886)
199199
.then((projectDataInstance) =>
200200
projectDataInstance.setMuteMusic(true)
201-
/// do some changes, then call save() method
201+
// do some changes, then call save() method
202202
.save()
203203
)
204204
.catch(console.error)

0 commit comments

Comments
 (0)