From cdf4de78d6d1e1b5c2004032b058890436c81c16 Mon Sep 17 00:00:00 2001 From: shanks Date: Sat, 9 Apr 2016 09:26:42 +0800 Subject: [PATCH] Update 23_Generics.md update 2.2 history log --- source/chapter2/23_Generics.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/chapter2/23_Generics.md b/source/chapter2/23_Generics.md index e73b062a..3fde82a8 100644 --- a/source/chapter2/23_Generics.md +++ b/source/chapter2/23_Generics.md @@ -12,6 +12,8 @@ > 2.1 > 校对:[shanks](http://codebuild.me),2015-11-01 +> 2.2:翻译+校对:[Lanford](https://github.com/LanfordCai),2016-04-08 + 本页包含内容: - [泛型所解决的问题](#the_problem_that_generics_solve)