We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 264bddc commit c23545aCopy full SHA for c23545a
1 file changed
docs/first_steps.md
@@ -72,7 +72,7 @@ function.
72
Depending on the way the function is called, its return type can differ.
73
Here we use it with an inner call to `init_ghosted` and receive four 1D domains as a result.
74
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
+[structured bindings](https://en.cppreference.com/cpp/language/structured_binding), but they are
76
all of the same type: `DiscreteDomain<DDimX>` that represents a set of contiguous points in the
77
discretization of `X`.
78
0 commit comments