From b6804ac9d84b3646fbe3c6f44fe8e1eac7663a4b Mon Sep 17 00:00:00 2001 From: Michael Kauzmann Date: Mon, 28 Feb 2022 09:45:17 -0900 Subject: [PATCH] Update table of contents https://github.com/phetsims/phet-info/issues/186 --- checklists/code_review_checklist.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/checklists/code_review_checklist.md b/checklists/code_review_checklist.md index ed1dbee6..099f5e65 100644 --- a/checklists/code_review_checklist.md +++ b/checklists/code_review_checklist.md @@ -21,9 +21,6 @@ * [Internationalization](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#internationalization) * [Repository Structure](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#repository-structure) * [Coding Conventions](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#coding-conventions) - * [Documentation](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#documentation) - * [Type Expressions](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#type-expressions) - * [Visibility Annotations](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#visibility-annotations) * [Math Libraries](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#math-libraries) * [IE11](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#ie11) * [Organization, Readability, and Maintainability](https://github.com/phetsims/phet-info/blob/master/checklists/code_review_checklist.md#organization-readability-and-maintainability)