mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Fix typo
This commit is contained in:
parent
bb31c53390
commit
2e23e31bd4
|
@ -104,7 +104,7 @@ func TestReferenceOverride(t *testing.T) {
|
|||
ReferenceOverride: func(reference string) (rv *Reference, overridden bool) {
|
||||
switch reference {
|
||||
case "ref1":
|
||||
// just an overriden reference exists without definition
|
||||
// just an overridden reference exists without definition
|
||||
return &Reference{
|
||||
Link: "http://www.ref1.com/",
|
||||
Title: "Reference 1"}, true
|
||||
|
|
Loading…
Reference in New Issue
Block a user