Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quick capitalization fix in LR #3498

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading