Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc updates #1297

Merged
merged 4 commits into from
Jan 18, 2025
Merged

Doc updates #1297

merged 4 commits into from
Jan 18, 2025

Conversation

rocky
Copy link
Member

@rocky rocky commented Jan 18, 2025

First part of an unknown number of rounds of documentation review.

@rocky rocky merged commit 1b27bc2 into master Jan 18, 2025
14 checks passed
@rocky rocky deleted the doc-updates branch January 18, 2025 10:49
</dl>

Map function $f$ to the second element of an simple flat list:
>> MapAt[f, {a, b, c}, 2]
= {a, f[b], c}

Above we specified a simple integer value 2. In general, the expression can an arbitrary vector.
Above, we specified a simple integer value 2. In general, the expression can an arbitrary vector.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

...the expression can be an arbitrary vector.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks - fixed in 6eacd74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants