瀏覽代碼

Cambio gramatical en un comentario

SaraB 7 年之前
父節點
當前提交
b1afee2b29
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp 查看文件

@@ -148,6 +148,6 @@ string binaryStringToMessage(string binStr){
148 148
 string ExtractMessage(const QImage &stegoImage){
149 149
 
150 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
 }