From a3f2db6736e066e13170bb5465a6c83aa3a8dfd6 Mon Sep 17 00:00:00 2001 From: Jason Leschnik Date: Mon, 24 Oct 2016 22:08:40 +1100 Subject: [PATCH] fix minor typos in C++Programming-HOWTO.sgml --- LDP/howto/linuxdoc/C++Programming-HOWTO.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LDP/howto/linuxdoc/C++Programming-HOWTO.sgml b/LDP/howto/linuxdoc/C++Programming-HOWTO.sgml index a1397e1d..5c9892e7 100644 --- a/LDP/howto/linuxdoc/C++Programming-HOWTO.sgml +++ b/LDP/howto/linuxdoc/C++Programming-HOWTO.sgml @@ -2631,7 +2631,7 @@ set > s4; (Note that the space between the two final >'s in the template is required - otherwise the compiler will interpret >> as the right shift operator.) In each of these cases the function -object makes use of the operator < as defined for the the underlying type (that is +object makes use of the operator < as defined for the underlying type (that is int, double, char and string). The following code declares a set of integers, then adds some integers to