NFC: Update in-code documentation for function-type.

PiperOrigin-RevId: 264723462
This commit is contained in:
MLIR Team
2019-08-21 16:50:55 -07:00
committed by A. Unique TensorFlower
parent c400c9a1ec
commit 8869de5fbc

View File

@@ -605,7 +605,7 @@ Type Parser::parseExtendedType() {
/// Parse a function type.
///
/// function-type ::= type-list-parens `->` type-list
/// function-type ::= type-list-parens `->` function-result-type
///
Type Parser::parseFunctionType() {
assert(getToken().is(Token::l_paren));