Skip to content

Commit

Permalink
NFC: Update in-code documentation for function-type.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 264723462
  • Loading branch information
MLIR Team authored and tensorflower-gardener committed Aug 21, 2019
1 parent c400c9a commit 8869de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlir/lib/Parser/Parser.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit 8869de5

Please sign in to comment.