From 70b07edf42d5bc5296bfc02769846d9d10069213 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Sat, 27 Jun 2020 18:11:29 +0800 Subject: Fix missing comma (#14829) --- doc/nep1.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/nep1.rst b/doc/nep1.rst index 35b1a1f62..75343c85b 100644 --- a/doc/nep1.rst +++ b/doc/nep1.rst @@ -267,7 +267,7 @@ Conventions for multi-line statements and expressions EventCallback = proc (timeReceived: Time, errorCode: int, event: Event, output: var string) - proc lotsOfArguments(argOne: string, argTwo: int, argThree: float + proc lotsOfArguments(argOne: string, argTwo: int, argThree: float, argFour: proc(), argFive: bool): int {.heyLookALongPragma.} = -- cgit 1.4.1-2-gfad0