Skip to content

Commit

Permalink
CELE-116 Code comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dvcorreia committed Dec 10, 2024
1 parent 76f79ed commit aa03594
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ function synapsesStyle(feature: FeatureLike, workspace: Workspace): Style {
return activeSynapseStyle(feature);
}

// LayerSelect specified a layer for features to be selected from and an handler function to be called if features are found.
// LayerSelect specifies a layer for features to be selected from and a handler function to be called if a feature are found.
// The handler next function forces a jump to the next layer selector.
type LayerSelector = [VectorLayer<Feature> | undefined, (feature: Feature, next: () => void) => void];

Expand Down

0 comments on commit aa03594

Please sign in to comment.