Procházet zdrojové kódy

Cambio gramatical en un comentario

SaraB před 7 roky
rodič
revize
b1afee2b29
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp Zobrazit soubor

@@ -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
 }