summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Dale <richard.dale@codethink.co.uk>2016-02-18 12:09:53 +0000
committerRichard Dale <richard.dale@codethink.co.uk>2016-02-18 12:09:53 +0000
commit3a53a6f7a88f0e53224ce9f4b6aea87e96e5e4d4 (patch)
tree2c2490ebf61d1669d3a127223173433de88e0495
parent282e74da8cff30542179f9fd350c9548e6a0e351 (diff)
downloadspec-3a53a6f7a88f0e53224ce9f4b6aea87e96e5e4d4.tar.gz
Add missing period to owl grammar
Change-Id: I5679b7657dcc370feeae552bd1476504f7c4cf3f
-rw-r--r--baserock.owl2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock.owl b/baserock.owl
index d699940..33113d8 100644
--- a/baserock.owl
+++ b/baserock.owl
@@ -244,7 +244,7 @@
:maxJobs a owl:FunctionalProperty ;
rdfs:domain :Chunk ;
rdfs:range xsd:integer ;
- rdfs:comment "Number of parallel jobs that can be run for this chunk. Only useful if set to 1, to mark components which have Makefiles that do not work with `make -j N`."
+ rdfs:comment "Number of parallel jobs that can be run for this chunk. Only useful if set to 1, to mark components which have Makefiles that do not work with `make -j N`.".
:CommandSequence a owl:Class ;
rdfs:subClassOf rdf:Seq ;