ソースを参照

Cambio gramatical en un comentario

SaraB 7 年 前
コミット
b1afee2b29
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp ファイルの表示

148
 string ExtractMessage(const QImage &stegoImage){
148
 string ExtractMessage(const QImage &stegoImage){
149
 
149
 
150
     // YOUR CODE HERE
150
     // YOUR CODE HERE
151
-    return "Este el mensaje cuando aun no has implementado la funcion";
151
+    return "Este es el mensaje cuando aun no has implementado la funcion";
152
 
152
 
153
 }
153
 }