From 8ad0afc05b7a11771b2499043d33878a943e3c5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20F=C3=A9lix?= Date: Tue, 13 Nov 2018 14:54:10 +0000 Subject: [PATCH] Moved the sort entry in the TOC under the Read section, so its in sync with the content. --- DAO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DAO.md b/DAO.md index cdf0abc..55cec99 100644 --- a/DAO.md +++ b/DAO.md @@ -2,8 +2,8 @@ * [Basic CRUD operations](#basic-crud-operations) * [Create](#create) * [Read](#read) - * [Update](#update) * [Sort](#sort-order-by) + * [Update](#update) * [Delete](#delete) * [Referencing](#referencing) * [many-to-one reference](#many-to-one-reference)