This repository has been archived by the owner on Oct 11, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added words Vacillate, Vacuous, Vainglorious, Vagary and Vagrant
- Loading branch information
Showing
5 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Vacillate", | ||
"definitions": [ | ||
"to waver in mind, will, or feeling", | ||
"hesitate in choice of opinions or courses", | ||
"to sway through lack of equilibrium" | ||
], | ||
"parts-of-speech": "Verb" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"word": "Vacuous", | ||
"definitions": [ | ||
"emptied of or lacking content", | ||
"marked by lack of ideas or intelligence", | ||
"devoid of serious occupation" | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Vagary", | ||
"definitions": [ | ||
"an erratic, unpredictable, or extravagant manifestation, action, or notion", | ||
"an unexpected and inexplicable change in a situation or in someone's behaviour" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"word": "Vagarant", | ||
"definitions": [ | ||
"a person without a settled home or regular work who wanders from place to place and lives by begging" | ||
], | ||
"parts-of-speech": "Noun" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"word": "Vainglorious", | ||
"definitions": [ | ||
"excessively proud of oneself or one's achievements", | ||
"overly vain" | ||
], | ||
"parts-of-speech": "Adjective" | ||
} |