Merge pull request #29417 from jonesetc/patch-1

Fix link to index function
This commit is contained in:
Laura Pacilio 2021-08-18 18:24:54 -04:00 committed by GitHub
commit e1b702b8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,5 +46,5 @@ c
## Related Functions
* [`index`](./index.html) finds the index for a particular element value.
* [`index`](./index_function.html) finds the index for a particular element value.
* [`lookup`](./lookup.html) retrieves a value from a _map_ given its _key_.