lib/nanoc3/extra/vcs.rb in nanoc3-3.1.0a2 vs lib/nanoc3/extra/vcs.rb in nanoc3-3.1.0a3
- old
+ new
@@ -6,10 +6,10 @@
# abstracts the add, remove and move operations. It does not commit. This
# class is primarily used by data sources that store data as flat files on
# the disk.
#
# @abstract Subclass and override {#add}, {#remove} and {#move} to implement
- # a custom VCS.
+ # a custom VCS.
class VCS
extend Nanoc3::PluginRegistry::PluginMethods
# Adds the file with the given filename to the working copy.