From baf8fb1ffe22d24954cef0464cec0848fa950143 Mon Sep 17 00:00:00 2001 From: Roman Sedaikin Date: Thu, 24 Dec 2020 16:47:50 +0300 Subject: [PATCH] Fixed Window API tutuorial --- tutorials/Window_API/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Window_API/README.md b/tutorials/Window_API/README.md index 1e88a59eea..5c93647e72 100755 --- a/tutorials/Window_API/README.md +++ b/tutorials/Window_API/README.md @@ -66,7 +66,7 @@ fun main() { ## Window attributes -Each window has 9 parameters, all of them could be omitted and have default values: +Each window has following parameters, all of them could be omitted and have default values: 1. title – window title 2. size – initial window size