From 236dc7be458d7e508ac62db03d3b7c9c51f88941 Mon Sep 17 00:00:00 2001 From: Xiaohu Zhu Date: Sat, 12 May 2018 02:51:19 +0800 Subject: [PATCH] typo fixed (#10600) typo fixed --- doc/fluid/design/concepts/lod_tensor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/fluid/design/concepts/lod_tensor.md b/doc/fluid/design/concepts/lod_tensor.md index a88292e7888..d606d7a790b 100644 --- a/doc/fluid/design/concepts/lod_tensor.md +++ b/doc/fluid/design/concepts/lod_tensor.md @@ -155,7 +155,7 @@ into offsets 3 2+3 4+5 1+9 2+10 3+12 ``` -so we know that the first sentence is from word 0 to word 3, and the second sentence from work 3 to word 5. +so we know that the first sentence is from word 0 to word 3, and the second sentence from word 3 to word 5. Similarly, the lengths in the top level LoD -- GitLab