From 41a6fa4e37c25179b095fdadfab5f907971bf275 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Fri, 6 Mar 2020 18:53:00 -0800 Subject: [PATCH] modules/client/rooms/context: Move spec related comment to document variable. --- modules/client/rooms/context.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/client/rooms/context.cc b/modules/client/rooms/context.cc index 6e1feab84..37fc285a4 100644 --- a/modules/client/rooms/context.cc +++ b/modules/client/rooms/context.cc @@ -12,10 +12,10 @@ using namespace ircd; +/// 11.20.1.1 - The maximum number of events to return. Default: 10. const size_t default_limit { - // 11.20.1.1 - The maximum number of events to return. Default: 10. 10 };