Skip to content

Update first_steps.md #863

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

Merged
merged 1 commit into from
Jun 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/first_steps.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function.
Depending on the way the function is called, its return type can differ.
Here we use it with an inner call to `init_ghosted` and receive four 1D domains as a result.
Their type is not specified because we use C++
[structured bindings](https://en.cppreference.com/w/cpp/language/structured_binding), but they are
[structured bindings](https://en.cppreference.com/w/cpp/language/structured_binding.html), but they are
all of the same type: `DiscreteDomain<DDimX>` that represents a set of contiguous points in the
discretization of `X`.

Expand Down