From 4103cf625d57ad67f83a310f3efcceb802748088 Mon Sep 17 00:00:00 2001 From: Paul Schulz Date: Mon, 7 Mar 2022 16:11:49 +1030 Subject: [PATCH] Minor change to the abstract --- src/abstract.src.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/abstract.src.md b/src/abstract.src.md index d73306e..b70e716 100644 --- a/src/abstract.src.md +++ b/src/abstract.src.md @@ -1,8 +1,8 @@ #### Contents of this Repository This tutorial illustrates how to write C programs with the Gtk4 library. -It focuses on beginners so the contents are limited to basic things. -The table of contents is shown at the end of this abstract. +It focuses on beginners so the contents are limited to the basics. +The table of contents is at the end of this abstract. - Section 3 to 21 describes the basics, with the example of a simple editor `tfe` (Text File Editor). - Section 22 to 24 describes GtkDrawingArea.