From 4bcefad1fb6219700c7561e7db2e29d20b7d64de Mon Sep 17 00:00:00 2001 From: Mamadou Babaei Date: Fri, 11 Oct 2024 10:16:56 +0200 Subject: [PATCH] fix a grammatical typo in a comment --- Handbook/src/appendix/changelog.md | 6 ++++++ .../Public/SGSettings/SGTrackingSettings.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Handbook/src/appendix/changelog.md b/Handbook/src/appendix/changelog.md index 3d65bee7..9ea0a9f2 100644 --- a/Handbook/src/appendix/changelog.md +++ b/Handbook/src/appendix/changelog.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +### Fixed + +- Additional minor fixes and improvements that may not be listed here. + ## [2.1.2] - 2024-09-02 This is a bugfix release that addresses a few non-critical issues and documentation fixes. diff --git a/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h b/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h index 30661622..800e8e97 100644 --- a/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h +++ b/Source/SenseGloveSettings/Public/SGSettings/SGTrackingSettings.h @@ -59,7 +59,7 @@ struct SENSEGLOVESETTINGS_API FSGTrackingSettings public: /** - * Determines whether to fallback to hand-tracking, or not, when no SenseGlove device is detected: + * Determines whether to fall back to hand-tracking, or not, when no SenseGlove device is detected: * * - If disabled, only a real glove will be tracked. * - If enabled, the plugin will fall back to hand-tracking when it's available and supported by the HMD device.