spmallette opened a new pull request, #3637:
URL: https://github.com/apache/tinkerpop/pull/3637

   In the Index Step section of the reference documentation 
(`docs/src/reference/the-traversal.asciidoc`, `#index-step`), callout 3 read:
   
   > Same as statement 1, but with an explicitely specified list indexer.
   
   This was misleading in two ways:
   
   - The third example is structurally identical to the **second** example — 
both use the list indexer, and the third simply specifies it explicitly via 
`with(WithOptions.indexer, WithOptions.list)`. Referencing statement 1 
misdirects a reader trying to understand why examples 2 and 3 produce identical 
output. Changed the reference to statement 2.
   - "explicitely" is misspelled; corrected to "explicitly".
   
   This is a minimal, single-line documentation fix — no examples or other 
callouts were changed.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to