--- meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb b/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb index f93841d..ea65cda 100644 --- a/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb +++ b/meta/recipes-lsb4/perl/libclass-isa-perl_0.36.bb @@ -6,7 +6,7 @@ derived, via its @ISA, from one or more superclasses (as above).\ \ When, then, you call a method in that class ($fishstick->calories), Perl first searches\ there for that method, but if it's not there, it goes searching in its superclasses, and\ -so on, in a depth-first (or maybe "height-first" is the word) search. In the above example,\ +so on, in a depth-first (or maybe \"height-first\" is the word) search. In the above example,\ it'd first look in Food::Fish, then Food, then Matter, then Life::Fungus, then Life, then\ Chemicals.\ \ -- 2.1.0 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
