From f5f22a766ce9e088ac9b080c7b22f3fc375e5fe3 Mon Sep 17 00:00:00 2001 From: Mat-Ge <128398586+Mat-Ge@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:05:57 +0100 Subject: [PATCH] Update GeoGebra.md --- doc/en/Authoring/GeoGebra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/Authoring/GeoGebra.md b/doc/en/Authoring/GeoGebra.md index 9ee9378b5..5965ae113 100644 --- a/doc/en/Authoring/GeoGebra.md +++ b/doc/en/Authoring/GeoGebra.md @@ -66,7 +66,7 @@ By default points are free to manipulate in the applet, unless you add `__fixed` Notes 1. No checking is done that the object in STACK matches one in GeoGebra. If it does not exist it will be created by GeoGebra. -2. Currently setting points and values are the only supported objects. Users can set objects, e.g. you could define `g:x^3` and set this in an appletm +2. Currently setting points and values are the only supported objects. Users can set objects, e.g. you could define `g:x^3` and set this in an applet. 3. Angles cannot be set directly, set points instead! -- GitLab