Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
This repository was archived by the owner on Jan 12, 2024. It is now read-only.

Minor blunder in the documentation of IndexRange. #445

@CarloQMontangero

Description

@CarloQMontangero

I think that the lines in the example

for (idx in IndexRange(array)) { ... }
for (idx in IndexRange(array)) { ... }

should be something like

for (idx in IndexRange(array)) { ... }
for (idx in 0..Length(array)-1) { ... }

to actually show some relevant equivalence.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Labels

Area-DocumentationIssue relates to API documentation comments, READMEs, or other documentation in this repo.Kind-BugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions