Skip to content

Commit ae1b0b4

Browse files
committed
Ros grammar: replace name with plural
1 parent 92738ab commit ae1b0b4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

  • plugins/de.fraunhofer.ipa.ros.xtext/src/de/fraunhofer/ipa/ros

plugins/de.fraunhofer.ipa.ros.xtext/src/de/fraunhofer/ipa/ros/Ros.xtext

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ Node returns Node:
8484
subscriber+=Subscriber*
8585
END
8686
)|
87-
('serviceserver:'
87+
('serviceservers:'
8888
BEGIN
8989
serviceserver+=ServiceServer*
9090
END
9191
)|
92-
('serviceclient:'
92+
('serviceclients:'
9393
BEGIN
9494
serviceclient+=ServiceClient*
9595
END
9696
)|
97-
('actionserver:'
97+
('actionservers:'
9898
BEGIN
9999
actionserver+=ActionServer*
100100
END
101101
)|
102-
('actionclient:'
102+
('actionclients:'
103103
BEGIN
104104
actionclient+=ActionClient*
105105
END

0 commit comments

Comments
 (0)