From 4fbcc3401b0da089224444c67a25e05f2791cbe2 Mon Sep 17 00:00:00 2001 From: Ben Luo Date: Wed, 24 Jan 2024 13:30:37 +0800 Subject: [PATCH] upate translate according to latest English version. --- _zh-cn/overviews/scala3-book/types-others.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_zh-cn/overviews/scala3-book/types-others.md b/_zh-cn/overviews/scala3-book/types-others.md index 788814ea0..eec6faada 100644 --- a/_zh-cn/overviews/scala3-book/types-others.md +++ b/_zh-cn/overviews/scala3-book/types-others.md @@ -25,6 +25,8 @@ Scala还有其他几种高级类型,本书中没有介绍,包括: - 种类多态性 有关这些类型的更多详细信息,请参阅[参考文档][reference]。 +有关单例类型参见 Scala 3 规格中的[字面量类型](https://scala-lang.org/files/archive/spec/3.4/03-types.html#literal-types) 一节, +细化类型参见[细化类型](https://scala-lang.org/files/archive/spec/3.4/03-types.html) 一节。 [reference]: {{ site.scala3ref }}/overview.html