From f77aa218aa13012ba76fac3b1ad378f5e163f4a3 Mon Sep 17 00:00:00 2001 From: Sunny Hirai Date: Fri, 26 Mar 2021 22:44:45 -0700 Subject: [PATCH] Adjust object names in API summary --- docs/Summary.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Summary.md b/docs/Summary.md index aede60da1..9de1d6bee 100644 --- a/docs/Summary.md +++ b/docs/Summary.md @@ -28,9 +28,9 @@ ## API - [Transforms](./api/transforms.md) -- [Nodes `Node`, `Editor`, `Element`, `Text`](./api/nodes.md) -- [Locations `Path`, `Point`, `Range`](./api/locations.md) -- [Refs `PointRef`, `RangeRef`](./api/refs.md) +- [Nodes (Node, Editor, Element, Text)](./api/nodes.md) +- [Locations (Path, Point, Range)](./api/locations.md) +- [Refs (PointRef, RangeRef)](./api/refs.md) - [Miscellaneous](./api/miscellaneous.md) ## Libraries