From 7bf1d95ab7ac16a01a19081d2ec0b377d3aeb151 Mon Sep 17 00:00:00 2001 From: Shinmera Date: Mon, 23 Oct 2023 16:00:11 +0200 Subject: [PATCH] Typo --- docs/examples.html | 2 +- docs/examples.mess | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples.html b/docs/examples.html index 73f539349..789363490 100644 --- a/docs/examples.html +++ b/docs/examples.html @@ -49,4 +49,4 @@ article a.index:hover{ background: #FEFEFE; color: #151515; -}

Examples

Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.

The following examples are currently available:

\ No newline at end of file +}

Examples

Trial includes a system with a variety of examples called trial-examples. After loading it, you can fire it up via trial-examples:launch which will show a menu where you can pick an example to run. You can also run a specific example directly by passing an initarg.

The following examples are currently available:

\ No newline at end of file diff --git a/docs/examples.mess b/docs/examples.mess index 9b844c96e..8819b6dfd 100644 --- a/docs/examples.mess +++ b/docs/examples.mess @@ -6,7 +6,7 @@ The following examples are currently available: - **triangle** [ image images/example triangle.png, width 15em ] A simple triangle -- **riggging** +- **rigging** [ image images/example rigging.png, width 15em ] An example of an animated character model - **cpu-particle**