From 9d61ab651aa08dc3839731bdac393f1c6add2740 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 18 Oct 2024 22:52:41 -0700 Subject: [PATCH] Update manifest title so it matches table Signed-off-by: Lorin Hochstein --- manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 8e3d1656..308dd3d9 100644 --- a/manifest.json +++ b/manifest.json @@ -3555,8 +3555,8 @@ }, { "path": "specifications/btree", - "title": "btree", - "description": "B-tree", + "title": "B-trees", + "description": "Operations on B-trees", "sources": ["https://surfingcomplexity.blog/2024/07/04/modeling-b-trees-in-tla/"], "authors": ["Lorin Hochstein"], "tags": ["beginner"],