Skip to content

Commit f5edad9

Browse files
committed
Update comment in Sample_Crypto.cpp to reflect decryption functionality
1 parent 6697082 commit f5edad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/PubnubLibraryTests/Private/Samples/Sample_Crypto.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void ASample_Crypto::EncryptSample()
7070
FString EcyptedMessage = CryptoModule->Encrypt(Message);
7171
}
7272

73-
// snippet.encrypt
73+
// snippet.decrypt
7474
// ACTION REQUIRED: Replace ASample_Crypto with name of your Actor class
7575
void ASample_Crypto::DecryptSample()
7676
{

0 commit comments

Comments
 (0)