Skip to content

Commit

Permalink
[docs] Small typo fix in queries.en-US.md #0 (#1299)
Browse files Browse the repository at this point in the history
small typo fix in queries.en-US.md
  • Loading branch information
dis-da-mor authored Oct 8, 2024
1 parent 7726427 commit 6e3543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agdb_web/pages/docs/references/queries.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ QueryBuilder::insert().aliases(["a", "b"]).ids([1, 2]).query();

Inserts or updates aliases of existing nodes (and only nodes, edges cannot have aliases) through this query. It takes `ids` [`QueryIds`](#queryids--queryid) and list of `aliases` as arguments. The number of aliases must match the `ids` (even if they are a search query). Empty alias (`""`) are not allowed.

Note that this query is also used for updating existing aliases. Byt inserting a different alias of an id that already has one that alias will be overwritten with the new one.
Note that this query is also used for updating existing aliases. By inserting a different alias of an id that already has one that alias will be overwritten with the new one.

### Insert edges

Expand Down

0 comments on commit 6e3543f

Please sign in to comment.