Skip to content

Commit 9c8f3c4

Browse files
committed
Using single quotes instead of smart quotes #2740
1 parent 84286cb commit 9c8f3c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/ext/pending/issue-2740.ttl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
:source <https://github.com/schemaorg/schemaorg/issues/2740> ;
1010
rdfs:comment "The action that takes in a math expression and directs users to a page potentially capable of solving/simplifying that expression." ;
1111
rdfs:subClassOf :Action .
12-
12+
1313
:MathSolver a rdfs:Class ;
1414
rdfs:label "MathSolver" ;
1515
:category "issue-2740" ;
1616
:isPartOf <http://pending.schema.org> ;
1717
:source <https://github.com/schemaorg/schemaorg/issues/2740> ;
1818
rdfs:comment "A math solver which is capable of solving a subset of mathematical problems." ;
1919
rdfs:subClassOf :CreativeWork .
20-
20+
2121
:mathExpression a rdf:Property ;
2222
rdfs:label "mathExpression" ;
2323
:category "issue-2740" ;
@@ -27,4 +27,4 @@
2727
:rangeIncludes :SolveMathAction,
2828
:Text ;
2929
:source <https://github.com/schemaorg/schemaorg/issues/2740> ;
30-
rdfs:comment "A mathematical expression (e.g. x^2-3x=0) that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard." .
30+
rdfs:comment "A mathematical expression (e.g. 'x^2-3x=0') that may be solved for a specific variable, simplified, or transformed. This can take many formats, e.g. LaTeX, Ascii-Math, or math as you would write with a keyboard." .

0 commit comments

Comments
 (0)