Skip to content

Commit c23545a

Browse files
authored
Correct structured bindings link in first_steps.md (#1118)
Fix link formatting for structured bindings in documentation.
1 parent 264bddc commit c23545a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/first_steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ function.
7272
Depending on the way the function is called, its return type can differ.
7373
Here we use it with an inner call to `init_ghosted` and receive four 1D domains as a result.
7474
Their type is not specified because we use C++
75-
[structured bindings](https://en.cppreference.com/w/cpp/language/structured_binding.html), but they are
75+
[structured bindings](https://en.cppreference.com/cpp/language/structured_binding), but they are
7676
all of the same type: `DiscreteDomain<DDimX>` that represents a set of contiguous points in the
7777
discretization of `X`.
7878

0 commit comments

Comments
 (0)