Fix a typo in the error message for an incorrect prototype.
authorJean-Luc Brouillet <jeanluc@google.com>
Mon, 13 Apr 2020 22:40:56 +0000 (15:40 -0700)
committerRiver Riddle <riddleriver@gmail.com>
Mon, 13 Apr 2020 22:43:51 +0000 (15:43 -0700)
commit9b1a0d300e5e8ef295be760e6dd36598e8c14935
treed4a99032501ca25d00830a3f62a0e7b506f408b2
parentcfc002714a208bdbc51fade56141a38fbba26e24
Fix a typo in the error message for an incorrect prototype.

Summary: Cut & paste error had the error message mentionning "}" rather than ")".

Differential Revision: https://reviews.llvm.org/D77625
mlir/examples/toy/Ch1/include/toy/Parser.h
mlir/examples/toy/Ch2/include/toy/Parser.h
mlir/examples/toy/Ch3/include/toy/Parser.h
mlir/examples/toy/Ch4/include/toy/Parser.h
mlir/examples/toy/Ch5/include/toy/Parser.h
mlir/examples/toy/Ch6/include/toy/Parser.h
mlir/examples/toy/Ch7/include/toy/Parser.h