From bff271a2f932b66a0c64e142cf50b580239415e1 Mon Sep 17 00:00:00 2001 From: Richard Thomson Date: Mon, 20 May 2024 09:50:06 -0600 Subject: [PATCH] Correct typo --- documentation/api_overview.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/api_overview.rst b/documentation/api_overview.rst index 4e29b0ba2..e746dfe2e 100644 --- a/documentation/api_overview.rst +++ b/documentation/api_overview.rst @@ -62,7 +62,7 @@ Layers list: | | implementation of subdivision interpolation algorithms. | +-----------------------------------------+--------------------------------------------------------------------------------+ | | **Bfr** | A suite of classes to provide parameterization, evaluation | -| | Bace Face Representation | and tessellation on the CPU. *Bfr* is more flexible and more | +| | Base Face Representation | and tessellation on the CPU. *Bfr* is more flexible and more | | | `Bfr Overview `__ | scalable than *Osd* but potentially less efficient. | +-----------------------------------------+--------------------------------------------------------------------------------+ | | **Osd** | |