lib/shex/format.rb in shex-0.6.1 vs lib/shex/format.rb in shex-0.6.2
- old
+ new
@@ -2,11 +2,11 @@
module ShEx
##
# ShEx format specification. Note that this format does not define any readers or writers.
#
- # @example Obtaining an LD Patch format class
- # RDF::Format.for(:shex) #=> LD::Patch::Format
+ # @example Obtaining an ShEx format class
+ # RDF::Format.for(:shex) #=> ShEx::Format
# RDF::Format.for("etc/foaf.shex")
# RDF::Format.for(file_name: "etc/foaf.shex")
# RDF::Format.for(file_extension: "shex")
# RDF::Format.for(content_type: "application/shex")
class Format < RDF::Format