Skip to content

Commit

Permalink
remove spurious )
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenCleary committed Oct 14, 2017
1 parent a17f000 commit 3aa6ccc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/doc/XmldocRemarks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const XmldocRemarks: React.StatelessComponent<XmldocRemarksProps> = (prop
return (
<div>
<h2>Remarks</h2>
<XmldocNode {...props} data={data.m}/>)
<XmldocNode {...props} data={data.m}/>
</div>
);
}

0 comments on commit 3aa6ccc

Please sign in to comment.