Browse Source

Cambio gramatical en un comentario

SaraB 7 years ago
parent
commit
b1afee2b29
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      steganography.cpp

+ 1
- 1
steganography.cpp View File

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
 }