Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gallery/tutorial/uma.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#

################################################################################
# uma_cli.py generates these files in the directory ``vanilla_accelerator`` which we are going to revist.
# uma_cli.py generates these files in the directory ``vanilla_accelerator`` which we are going to revisit.
#
# .. code-block:: bash
#
Expand Down
2 changes: 1 addition & 1 deletion src/relay/printer/relay_text_printer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Doc RelayTextPrinter::VisitExpr_(const MatchNode* op) {
Doc clause_doc;
clause_doc << PrintPattern(clause->lhs, false) << " => ";
Doc rhs_doc = PrintScope(clause->rhs);
// TODO(@jroesch): This is unsound right now, and we need to revist it.
// TODO(@jroesch): This is unsound right now, and we need to revisit it.
// if (clause->rhs.as<LetNode>()) {
// only add braces if there are multiple lines on the rhs
rhs_doc = Doc::Brace("{", rhs_doc, "}");
Expand Down