Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
pubudu91 committed Mar 20, 2020
1 parent b851085 commit 2bd83db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-notes-1.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ xml rectangles = x/*.<rectangle>;

#### XML attribute access

```ballerina
```ballerina
xmlns "www.ballerina.io/ns" as ns;
xml val = xml `<element type="fixed" ns:count="2></element>`;
string|error 'type = val.'type;
Expand Down

0 comments on commit 2bd83db

Please sign in to comment.