Skip to content

Commit

Permalink
quick capitalization fix in LR
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz committed Mar 5, 2024
1 parent f677549 commit f828db8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions providers/gcp/resources/gcp.lr
Original file line number Diff line number Diff line change
Expand Up @@ -1194,11 +1194,11 @@ private gcp.project.bigqueryService.dataset @defaults("id name") {
kmsName string
// Access permissions
access []gcp.project.bigqueryService.dataset.accessEntry
// Returns tables in the Dataset
// Returns tables in the dataset
tables() []gcp.project.bigqueryService.table
// Returns models in the Dataset
// Returns models in the dataset
models() []gcp.project.bigqueryService.model
// Returns routines in the Dataset
// Returns routines in the dataset
routines() []gcp.project.bigqueryService.routine
}

Expand Down

0 comments on commit f828db8

Please sign in to comment.