Comment fix.

#codereview robert.manuszewski

[CL 2690075 by Steve Robb in Main branch]
This commit is contained in:
Steve Robb
2015-09-14 06:09:21 -04:00
committed by Steve.Robb@epicgames.com
parent 9b6041d36d
commit a2ed17705c

View File

@@ -492,7 +492,7 @@ private:
* Example:
*
* // Something.h
* TFunction<FString (int32)> GetTransform();
* TFunction<FString (int32)> GetTransform(const FString& Prefix);
*
* // Something.cpp
* TFunction<FString (int32)> GetTransform(const FString& Prefix)