From 75f51b6e36e0d52df2b23bb43a621c94869d5ade Mon Sep 17 00:00:00 2001 From: Edward Nolan Date: Thu, 21 Dec 2023 14:37:35 -0500 Subject: [PATCH] Fix wrong link location for sink concept in doc for function template write --- doc/functions/write.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/functions/write.html b/doc/functions/write.html index a209c883b..714af0ca3 100644 --- a/doc/functions/write.html +++ b/doc/functions/write.html @@ -25,7 +25,7 @@

Function Template write

Overview

- The two overloads of the function template write provide a uniform interface for writing a sequence of characters to a Sink or OutputFilter. + The two overloads of the function template write provide a uniform interface for writing a sequence of characters to a Sink or OutputFilter.