Skip to content

Commit

Permalink
Added missing html end tag (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcraig83 committed Dec 16, 2020
1 parent 28fcbd1 commit 451e7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firelynetsdk/parsing/poco-parsing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ First, let us parse a bit of XML representing a FHIR Patient into the correspond

.. code-block:: csharp
var xml = "<Patient xmlns='http://hl7.org/fhir'><active value='true'></Patient>";
var xml = "<Patient xmlns='http://hl7.org/fhir'><active value='true'/></Patient>";
var parser = new FhirXmlParser();
try
Expand Down

0 comments on commit 451e7ce

Please sign in to comment.