Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
targetting -> targeting
  • Loading branch information
eltociear authored Jan 1, 2025
1 parent 8e6f197 commit 7a33ef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rig-neo4j/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ impl Neo4jClient {
/// Calls the `CREATE VECTOR INDEX` Neo4j query and waits for the index to be created.
/// A newly created index is not immediately fully available but is created (i.e. data is indexed) in the background.
///
/// ❗ If there is already an index targetting the same node label and property, the new index creation will fail.
/// ❗ If there is already an index targeting the same node label and property, the new index creation will fail.
///
/// ### Arguments
/// * `index_name` - The name of the index to create.
Expand Down

0 comments on commit 7a33ef6

Please sign in to comment.