Systems-Modeling / SysML-v2-Release

The latest incremental release of SysML v2. Start here.
GNU Lesser General Public License v3.0
457 stars 64 forks source link

Wrong namespace in the example for Namespace Bodies in KERML doc #15

Closed domroy closed 3 years ago

domroy commented 3 years ago

In section 7.2.4.2.2 Namespace Bodies, of the KERML doc, in the middle of page 51, there is an example of the owned comments

namespace N5 { class A; comment Comment1 about A / This is a comment about class A. / comment Comment 2 / This is a comment about namespace N3. / / This is also a comment about namespace N3. / }

The last two comments should refer to N5 instead of N3.

seidewitz commented 3 years ago

Fixed for the 2021-05 release.