Skip to content

Commit

Permalink
Removed blanks
Browse files Browse the repository at this point in the history
  • Loading branch information
zipf committed Sep 25, 2015
1 parent 48424df commit ecedda8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion POD2-ES/lib/POD2/ES/perlobj.pod
Expand Up @@ -300,7 +300,7 @@ seudoclase C<SUPER>.
El modificador C<SUPER> I<solo> se puede usar para llamar a métodos. No se
puede usar para llamadas normales a subrutinas ni para métodos de clase:

SUPER::guardar($algo); # ERROR: busca la subrutina guardar() en el paquete SUPER
SUPER::guardar($algo); # ERROR: busca la subrutina guardar() en el paquete SUPER

SUPER->guardar($algo); # ERROR: busca el método guardar() en la clase
# SUPER
Expand Down

0 comments on commit ecedda8

Please sign in to comment.