File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -252,8 +252,8 @@ namespace sus {
252
252
// / [`std::ranges::viewable_range`](https://en.cppreference.com/w/cpp/ranges/viewable_range),
253
253
// / such as with `vec.iter().range()`.
254
254
// /
255
- // / Iterators over value types or mutable references when converted by `range()`
256
- // / will also satisfy
255
+ // / Iterators over value types or mutable references when converted by
256
+ // / [`range()`]($sus::iter::IteratorBase::range) will also satisfy
257
257
// / [`std::ranges::output_range`](https://en.cppreference.com/w/cpp/ranges/input_range),
258
258
// / such as with `vec.iter_mut().range()`.
259
259
// /
@@ -268,6 +268,7 @@ namespace sus {
268
268
// / and traits/concepts into C++. Additional changes are minimized to aid with
269
269
// / familiarity and working across languages, but some are necessary for use in
270
270
// / C++ or interop with the standard library. Subspace also provides additional
271
- // / containers specific to C++ when needed, such as `Array` (and TODO: FlatMap).
271
+ // / containers specific to C++ when needed, such as [`Array`](
272
+ // / $sus::collections::Array) (and TODO: FlatMap).
272
273
namespace collections {}
273
274
} // namespace sus
You can’t perform that action at this time.
0 commit comments