aboutsummaryrefslogtreecommitdiffhomepage
path: root/org/sdp.org
diff options
context:
space:
mode:
Diffstat (limited to 'org/sdp.org')
-rw-r--r--org/sdp.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/org/sdp.org b/org/sdp.org
index fe560e1..fe34840 100644
--- a/org/sdp.org
+++ b/org/sdp.org
@@ -943,8 +943,8 @@ debug(steps) {
module sdp.meta.metadoc_summary;
template SiSUabstractionSummary() {
auto SiSUabstractionSummary(S,T)(
- auto return ref const S doc_abstraction,
- auto return ref T doc_matters,
+ auto ref const S doc_abstraction,
+ auto ref T doc_matters,
) {
<<metadoc_summary_imports>>
mixin InternalMarkup;