Skip to content

Commit

Permalink
RanvierMUD#4 Fix minor documentatoin issue of what class this extends
Browse files Browse the repository at this point in the history
  • Loading branch information
coderintherye committed Mar 18, 2020
1 parent cbace91 commit 84c8d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JsonDirectoryDataSource.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const JsonDataSource = require('./JsonDataSource');
* Config:
* path: string: relative path to directory containing .json files from project root
*
* @extends DataSource
* @extends FileDataSource
*/
class JsonDirectoryDataSource extends FileDataSource {

Expand Down

0 comments on commit 84c8d2a

Please sign in to comment.