lib/rdf/n3.rb in rdf-n3-1.1.0 vs lib/rdf/n3.rb in rdf-n3-1.1.0.1
- old
+ new
@@ -1,10 +1,10 @@
$:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..')))
require 'rdf'
module RDF
##
- # **`RDF::N3`** is an Notation-3 plugin for RDF.rb.
+ # **`RDF::N3`** is an Notation-3 extension for RDF.rb.
#
# @example Requiring the `RDF::N3` module
# require 'rdf/n3'
#
# @example Parsing RDF statements from an N3 file
\ No newline at end of file