Skip to content

Commit

Permalink
Update src/spec/repeat.ts
Browse files Browse the repository at this point in the history
Co-Authored-By: Dominik Moritz <domoritz@gmail.com>
  • Loading branch information
kanitw and domoritz authored Mar 23, 2020
1 parent b7baeb6 commit d8b06fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/repeat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export interface RepeatMapping {

export interface LayerRepeatMapping extends RepeatMapping {
/**
* An array of fields to be repeated layers.
* An array of fields to be repeated as layers.
*/
layer: string[];
}
Expand Down

0 comments on commit d8b06fe

Please sign in to comment.