From 25f12dedc8beb09ec653e13eb8f85e7d591eeaad Mon Sep 17 00:00:00 2001 From: Denis Mikhailov Date: Sun, 31 Oct 2021 13:32:28 +0400 Subject: [PATCH] Update sequence.qbk --- doc/sequence.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sequence.qbk b/doc/sequence.qbk index dbd1456b..6f50fe21 100644 --- a/doc/sequence.qbk +++ b/doc/sequence.qbk @@ -713,11 +713,11 @@ Returns the M-th element from the beginning of the sequence. [heading Synopsis] template - typename __result_of_at__::type + typename __result_of_at__::type at(Sequence& seq); template - typename __result_of_at__::type + typename __result_of_at__::type at(Sequence const& seq); [heading Parameters]