Skip to content

Fix typos in sigma.ts comments and an error message - #1542

Open
shaked-shlomo wants to merge 1 commit into
jacomyal:mainfrom
shaked-shlomo:fix/sigma-ts-typos
Open

Fix typos in sigma.ts comments and an error message#1542
shaked-shlomo wants to merge 1 commit into
jacomyal:mainfrom
shaked-shlomo:fix/sigma-ts-typos

Conversation

@shaked-shlomo

Copy link
Copy Markdown

A handful of small typo fixes in packages/sigma/src/sigma.ts:

  • Error message: Maybe your forgot to apply a layoutMaybe you forgot to apply a layout.
  • TSDoc (x2): @param fingerprint A fingerprint used to identity the node/edge with picking...used to identify the node/edge....
  • Comment: // Remove from higlighted nodes// Remove from highlighted nodes.
  • TSDoc: Update a node the internal data structures.Update a node in the internal data structures.

Comments/strings only; no behavior change.

- error message: 'Maybe your forgot' -> 'Maybe you forgot'
- '@PARAM fingerprint ... used to identity the node/edge' -> 'identify' (x2)
- comment: 'higlighted' -> 'highlighted'
- doc comment: 'Update a node the internal data structures' ->
  'Update a node in the internal data structures'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant