From 13ae92fea51355afb32f332d8c0b1e8b76106560 Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 29 Aug 2026 12:44:46 -0400 Subject: [PATCH] doc: Fix `` reference --- documentation/source/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/source/usage.rst b/documentation/source/usage.rst index b6ff0ed..45dc107 100644 --- a/documentation/source/usage.rst +++ b/documentation/source/usage.rst @@ -98,7 +98,7 @@ untranslated, though :drm:`as` in both directions with :drm:`` is provided (should inherit from translated frame) The generic function :gf:`read-frame` is used to convert a -:drm:`` into an instance of a ``. +:drm:`` into an instance of a :class:``. FIXME: why is read-frame not defined on container-frame?