From dbc556cd7611d55ac18741d73eaf192393a11f39 Mon Sep 17 00:00:00 2001 From: Mathieu Westphal Date: Mon, 16 Dec 2024 09:04:23 +0100 Subject: [PATCH] Update doc/libf3d/CLASSES.md Co-authored-by: Michael MIGLIORE --- doc/libf3d/CLASSES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/libf3d/CLASSES.md b/doc/libf3d/CLASSES.md index 934e696da8..c95b52f02e 100644 --- a/doc/libf3d/CLASSES.md +++ b/doc/libf3d/CLASSES.md @@ -54,7 +54,7 @@ This API also lets you control the content of the cheatsheet. Use `log::setVerboseLevel(log::VerboseLevel::DEBUG)` to print debug information on interaction and command use. Of course, you can use `start` and `stop` to control the interactor behavior. -`start` let you specify time for the event loop and a std::function to execute at each loop. +`start` lets you specify time for the event loop and a `std::function` to execute at each loop. ## Camera class