Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
spot-web-app
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Spot
spot-web-app
Commits
9cc31c8e
Commit
9cc31c8e
authored
Jul 31, 2020
by
Alexandre Duret-Lutz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* client/src/LtlApp.js: Missing | and & in help text for prefix syntax.
parent
8b59a581
Pipeline
#20868
passed with stage
in 1 minute and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
client/src/LtlApp.js
client/src/LtlApp.js
+2
-0
No files found.
client/src/LtlApp.js
View file @
9cc31c8e
...
...
@@ -2216,6 +2216,8 @@ class Help extends React.Component {
[
"
true
"
,
<
Ltl
f
=
"
t
"
/>
],
[
"
false
"
,
<
Ltl
f
=
"
f
"
/>
],
[
"
not
"
,
<
Ltl
f
=
"
!
"
/>
],
[
"
and
"
,
<
Ltl
f
=
"
&
"
/>
],
[
"
or
"
,
<
Ltl
f
=
"
|
"
/>
],
[
"
implication
"
,
<
Ltl
f
=
"
i
"
/>
],
[
"
equivalence
"
,
<
Ltl
f
=
"
e
"
/>
],
[
"
xor
"
,
<
Ltl
f
=
"
^
"
/>
],
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment