Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Fix malformed xml comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xjph committed Apr 10, 2020
1 parent 2fcafbf commit 7b75793
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Observatory/UserInterest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -805,7 +805,7 @@ Contains the scan event item you want to display the details of. Used in the
<Item>OrbitalPeriod</Item>
</Detail>
</Criteria>
<!-- -->
-->
<!-- Example check for a body larger than half the size of its parent -->
<!-- Demonstrates use of parent event data -->
Expand All @@ -821,7 +821,7 @@ Contains the scan event item you want to display the details of. Used in the
<Item>Parent:Radius</Item>
</Detail>
</Criteria>
<!-- -->
-->
<!-- Example check for landable moon of an icy body with rings-->
<!-- Demonstrates logical criteria and ""none"" operation -->
Expand All @@ -843,7 +843,7 @@ Contains the scan event item you want to display the details of. Used in the
<Item>Parent:Rings</Item>
</Detail>
</Criteria>
<!-- -->
-->
</ObservatoryCriteria>";

Expand Down

0 comments on commit 7b75793

Please sign in to comment.