Skip to content

Commit 5d70f14

Browse files
committed
Fix typos (metafacture-core#415)
1 parent 29d1360 commit 5d70f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ The targeted RDF property can optionally be bound by an RDF language tag.
232232

233233
```perl
234234
put_rdfmap("<rdfResource>", "<rdfMapName>", target: "<rdfProperty>")
235-
put_rdfmap("<rdfResource>", "<rdfMapName>", target: "<rdfProperty>, target_language: "<rdfLanguageTag>")
235+
put_rdfmap("<rdfResource>", "<rdfMapName>", target: "<rdfProperty>", target_language: "<rdfLanguageTag>")
236236
```
237237

238238
##### `put_var`
@@ -632,7 +632,7 @@ lookup("path.to.field", "map-name", print_unknown: "true", destination: "unknown
632632
##### `lookup_rdf`
633633

634634
Looks up matching values in an RDF resource and replaces the field value with a match defined by a targeted RDF property. External files or HTTP(S) resources as well as internal RDF maps can be used.
635-
The targeted RDF property can optionalyl be bound by an RDF language tag.
635+
The targeted RDF property can optionally be bound by an RDF language tag.
636636

637637
```perl
638638
lookup_rdf("<sourceField>", "<rdfFile>", target: "<rdfProperty>")

0 commit comments

Comments
 (0)