Skip to content

Commit 62ab82f

Browse files
authored
Merge pull request #2451 from taboege/misc-fixes
Fix typo and link in Glossary
2 parents f2aff4b + 9936c98 commit 62ab82f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Language/glossary.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ X<|Apocalypse>
148148
149149
A document originally written by L<#TimToady>, in which he processed the
150150
initial barrage of RFCs that came out of the Perl community. Now only kept
151-
as an historical document for reference. See also L<#Exegesis> and
151+
as a historical document for reference. See also L<#Exegesis> and
152152
L<#Synopsis>.
153153
154154
X<|Arity>
@@ -1005,7 +1005,7 @@ deferred to other classes.
10051005
method bark { ... } # the ... indicates a stub
10061006
}
10071007
1008-
Classes with stubs are L<Abstract classes>.
1008+
Classes with stubs are L<Abstract classes|#Abstract class>.
10091009
10101010
=head1 Symbol
10111011
X<|Symbol>

0 commit comments

Comments
 (0)