Skip to content

Commit

Permalink
Fix typo: 'intrinstc' -> 'intrinsic'
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 241058978
  • Loading branch information
swegner authored and Copybara-Service committed Mar 29, 2019
1 parent ed340e3 commit 6824f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow_federated/proto/v0/computation.proto
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ message Computation {
// TensorFlow computation. TensorFlow computations have functional type
// signatures that cannot contain FederatedTypes, as they execute locally.
// In order to construct a TensorFlow computation that maps a federated
// value pointwise, one must use a federated map intrinstc (to be defined).
// value pointwise, one must use a federated map intrinsic (to be defined).
//
// TODO(b/113112455): Start defining the standard intrinsics and reference
// them here and elsewhere as appropriate.
Expand Down

0 comments on commit 6824f2f

Please sign in to comment.