Skip to content

Commit cdebb01

Browse files
committed
Fix wording
1 parent ab0b358 commit cdebb01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/spec/skills_as_view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ using as_view = /* see below */;
1212

1313
The alias template `as_view` modifies a specialization of [`basic_facade_builder`](basic_facade_builder/README.md) to allow implicit conversion from [`proxy`](proxy/README.md)`<F>` to [`proxy_view`](proxy_view.md)`<F>`, where `F` is a built [facade](facade.md) type.
1414

15-
Let `p` be a value of type `proxy<F>`, `ptr` be the contained value of `p` (if any), the conversion from type `proxy<F>&` to type `proxy_view<F>` is equivalent to `return make_proxy_view(*ptr)` if `p` contains a value, or otherwise equivalent to `return nullptr`.
15+
Let `p` be a value of type `proxy<F>`, `ptr` be the contained value of `p` (if any), the conversion from type `proxy<F>&` to type `proxy_view<F>` is equivalent to `return make_proxy_view<F>(*ptr)` if `p` contains a value, or otherwise equivalent to `return nullptr`.
1616

1717
## Notes
1818

0 commit comments

Comments
 (0)