From 10739848c51696f2a0d662aea7cc370055ad2680 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Tue, 19 Jan 2016 00:17:22 +0800 Subject: [PATCH] update progress.md --- progress.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/progress.md b/progress.md index fee5f7a..70a2950 100644 --- a/progress.md +++ b/progress.md @@ -61,8 +61,8 @@ - [x] 7.8 The error Interface - [x] 7.9 Example: Expression Evaluator - [x] 7.10 Type Assertions - - [ ] 7.11 Discriminating Errors with Type Assertions - - [ ] 7.12 Querying Behaviors with Interface Type Assertions + - [x] 7.11 Discriminating Errors with Type Assertions + - [x] 7.12 Querying Behaviors with Interface Type Assertions - [ ] 7.13 Type Switches - [ ] 7.14 Example: Token-Based XML Decoding - [ ] 7.15 A Few Words of Advice