From 55962538c49c66484d644fa4e0e5fe6e21eb1106 Mon Sep 17 00:00:00 2001 From: Yuxuan Jiang Date: Tue, 24 Sep 2024 15:33:27 +0800 Subject: [PATCH] Fix typo in programming documentation --- doc/programming/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/programming/index.rst b/doc/programming/index.rst index f1658321..47039cb8 100644 --- a/doc/programming/index.rst +++ b/doc/programming/index.rst @@ -8,7 +8,7 @@ Introduction ~~~~~~~~~~~~ This chapter is the MuJoCo programming guide. A separate chapter contains the :doc:`../APIreference/index` -documentation. MuJoCo is a dynamic library compatible with Windows, Linux and macOS, which requires a process with AVX +documentation. MuJoCo is a dynamic library compatible with Windows, Linux and macOS, which requires a processor with AVX instructions. The library exposes the full functionality of the simulator through a compiler-independent shared-memory C API. It can also be used in C++ programs.