From 0ec5650a7373e0d550c0d78d7786f47444c8038d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Wed, 22 Jul 2020 09:56:50 +0200 Subject: [PATCH] Fix typo --- Stream_support/doc/Stream_support/IOstream.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stream_support/doc/Stream_support/IOstream.txt b/Stream_support/doc/Stream_support/IOstream.txt index caf05166de0..a932bff106f 100644 --- a/Stream_support/doc/Stream_support/IOstream.txt +++ b/Stream_support/doc/Stream_support/IOstream.txt @@ -280,7 +280,7 @@ providing for a given file format with shorter name `XXX` an input function `rea and an output function called `write_XXX(output, data_structure)`. Whenever possible, a generic I/O function which can deduce the file format from the extension is also provided for convenience. -In the following subsection, file formats supported in \cgal are listed along with compatible +In the following subsections, file formats supported in \cgal are listed along with compatible \cgal data structures. A reverse viewpoint, listing the data structures which can be used for a specific file format is available on the page: \ref IOStreamSupportedFileFormats.