From 7392e06cea016678d0e670c63eb576c8dd7101de Mon Sep 17 00:00:00 2001 From: MikeTheWatchGuy Date: Sat, 18 Aug 2018 16:45:55 -0400 Subject: [PATCH] Fix formatting --- docs/tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 51cb73c5..30fab516 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -228,8 +228,10 @@ That may seem like a lot of code, but try coding this same GUI layout directly i ![everything for tutorial](https://user-images.githubusercontent.com/13696193/44302997-38531b00-a303-11e8-8c45-698ea62590a8.jpg) The last line of code opens a message box. This is how it looks: + ![tutorial results](https://user-images.githubusercontent.com/13696193/44303004-79e3c600-a303-11e8-8311-2f3726d364ad.jpg) + Each parameter to the message box call is displayed on a new line. There are actually 2 lines of text in the message box. The second line is very long and wrapped a number of times Take a moment and pair up the results values with the GUI to get an understanding of how results are created and returned.