From b21ee6f46731d5701733341f48e333a7defcf3f8 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Fri, 12 Apr 2024 12:28:07 +0900 Subject: [PATCH] examples/texti18n: update comments --- examples/texti18n/main.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/examples/texti18n/main.go b/examples/texti18n/main.go index 0ff389ced..779490dc3 100644 --- a/examples/texti18n/main.go +++ b/examples/texti18n/main.go @@ -12,9 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// This example is a demonstration to render languages that cannot be rendered with the `text` package. -// We plan to provide a useful API to render them more easily (#2454). Stay tuned! - package main import (