minor documentation fixes

This commit is contained in:
Mamadou Babaei
2023-02-03 13:44:55 +01:00
parent 317092792d
commit 63967b5eb7
2 changed files with 2 additions and 2 deletions
@@ -74,7 +74,7 @@ public:
public:
/**
* Parse an constants string into a NovaGloveInfo class.
* Parse a constants string into a NovaGloveInfo class.
*/
static bool Parse(UObject* Outer, const FString& ConstantsString, USGNovaGloveInfo*& OutGloveInfo);
@@ -68,7 +68,7 @@ public:
bool bRightHanded, const FQuat& ImuCorrection, int32 NumberOfSensors);
/**
* Parse an constants string into a NovaGloveInfo class.
* Parse a constants string into a NovaGloveInfo class.
*/
UFUNCTION(BlueprintCallable, Category="SenseGlove | Core | Nova | Nova Glove Info",
meta=(WorldContext="WorldContextObject"))