From f26ad12b8ece4e2b89362de2e083bb95911d2e55 Mon Sep 17 00:00:00 2001 From: LHearen Date: Fri, 28 Sep 2018 18:40:06 +0800 Subject: [PATCH] fix some logic and descriptions issues in doc --- site/src/site/sphinx/en/stack.md | 2 +- site/src/site/sphinx/en/tt.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/src/site/sphinx/en/stack.md b/site/src/site/sphinx/en/stack.md index 6b373341d..ce43a730d 100644 --- a/site/src/site/sphinx/en/stack.md +++ b/site/src/site/sphinx/en/stack.md @@ -1,7 +1,7 @@ stack ===== -Print out the full call stack trace containing the current method. +Print out the full call stack trace *till* the current method. Most of the time, we know the method being invoked but not always we know **HOW being invoked**; `stack` can be a great help to locate the *source* for you. diff --git a/site/src/site/sphinx/en/tt.md b/site/src/site/sphinx/en/tt.md index b0a134d73..a005e8f49 100644 --- a/site/src/site/sphinx/en/tt.md +++ b/site/src/site/sphinx/en/tt.md @@ -112,7 +112,7 @@ Advanced: ### Check context of the call -Using `tt -i ` to check a specific record. +Using `tt -i ` to check a specific calling details. ``` $