From b86786023cce9b664dc7f529e1c7bea47356b8e3 Mon Sep 17 00:00:00 2001 From: Milo Gilad Date: Sat, 26 Aug 2017 08:49:38 -0400 Subject: Clarifications in delegates --- vala.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vala.html.markdown b/vala.html.markdown index 91059a92..130ce7a9 100755 --- a/vala.html.markdown +++ b/vala.html.markdown @@ -189,7 +189,7 @@ string? ok_to_be_null(int? test_int) { } // "?" denotes possible null value delegate void DelegateDemo(char char_a); -void delegate_match(char char_a) { // Matches the delegate's signature +void delegate_match(char char_a) { // Matches DelegateDemo's signature stdout.printf("%d\n"); } -- cgit v1.2.3