Minor formatting for JSDoc comments

Added a number of minor formatting changes to JSDoc comments in /src
This commit is contained in:
Matthew Nickson 2022-06-02 15:15:21 +01:00 committed by GitHub
parent c94dcf1533
commit 0e28707307
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ export default {
type: String,
default: null,
},
/** Is this a pill */
/** Is this a pill? */
pill: {
type: Boolean,
default: false,