From ea12d4310e2010b57fb00ca77c139f6d31f69538 Mon Sep 17 00:00:00 2001 From: Jukka Aho Date: Sat, 9 May 2026 18:21:59 +0300 Subject: [PATCH] docs(topology): drop bold emphasis in AbstractTopology docstring Align the topology API prose with the repository documentation style guide. --- src/topology/api.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/topology/api.jl b/src/topology/api.jl index 7c5b891..18848ea 100644 --- a/src/topology/api.jl +++ b/src/topology/api.jl @@ -19,7 +19,7 @@ See `src/topology/README.md` for complete documentation. Abstract type for element topology (geometric shape and node ordering). -Topology defines the **shape** of an element in reference space: coordinates, +Topology defines the shape of an element in reference space: coordinates, edge/face connectivity, and spatial dimension. # Type Parameter