Skip to content

Commit

Permalink
fix docstring for registerSegment (#8226)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippotto authored Nov 21, 2024
1 parent 4cf7252 commit cb46bf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/javascripts/oxalis/api/api_latest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -625,8 +625,9 @@ class TracingApi {
* @example
* api.tracing.registerSegment(
* 3,
* "volume-layer-id"
* [1, 2, 3],
* null, // optional
* "volume-layer-id" // optional
* );
*/
registerSegment(
Expand Down

0 comments on commit cb46bf5

Please sign in to comment.