Skip to content

Commit

Permalink
docs: avoid doc comments being associated with Boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
nokome committed Nov 25, 2018
1 parent 92d7c37 commit 409e4d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dataTypes.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
/*
* The basic data types such as Integers, Strings, etc. https://schema.org/DataType
*
* Currently we just use type alias for these basic types
* Currently we just use type alias for these basic types.
*/

export type Boolean = boolean
Expand Down

0 comments on commit 409e4d7

Please sign in to comment.