From a12a472ec20e9747bb56de2d137f1a30219cb61a Mon Sep 17 00:00:00 2001 From: Kazuaki Ishizaki Date: Fri, 6 Mar 2020 20:44:26 +0900 Subject: [PATCH] minor spelling tweaks --- tensorflow/lite/g3doc/microcontrollers/get_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/lite/g3doc/microcontrollers/get_started.md b/tensorflow/lite/g3doc/microcontrollers/get_started.md index eab28858793..5c46701d1fe 100644 --- a/tensorflow/lite/g3doc/microcontrollers/get_started.md +++ b/tensorflow/lite/g3doc/microcontrollers/get_started.md @@ -303,7 +303,7 @@ TF_LITE_MICRO_EXPECT_EQ(kTfLiteOk, invoke_status); ### Obtain the output The model's output tensor can be obtained by calling `output(0)` on the -`tflite::MicroIntepreter`, where `0` represents the first (and only) output +`tflite::MicroInterpreter`, where `0` represents the first (and only) output tensor. In the example, the model's output is a single floating point value contained