Fixed a typo for CreateBody()

This commit is contained in:
Edward H 2017-12-30 03:44:12 +08:00 committed by GitHub
parent 3629fc4e98
commit bbd9e21afe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ Status CreateCond(const Scope& scope, const CondGraphBuilderFn& cond,
return Status::OK(); return Status::OK();
} }
// Create the bdoy subgraph defined by `body`. `outputs` must be non-null and // Create the body subgraph defined by `body`. `outputs` must be non-null and
// empty. // empty.
Status CreateBody(const Scope& scope, const BodyGraphBuilderFn& body, Status CreateBody(const Scope& scope, const BodyGraphBuilderFn& body,
const std::vector<Output>& inputs, const std::vector<Output>& inputs,