Skip to content

Commit

Permalink
docs: Fix typo in code comments (#1520)
Browse files Browse the repository at this point in the history
* fix: Fix type in code comments

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: cindy-peng <[email protected]>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 5, 2024
1 parent 123851d commit 0440fc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Expand Up @@ -229,7 +229,7 @@ public LoggingHandler(
* Creates a handler that publishes messages to Cloud Logging. Auto-population of the logs
* metadata can be opted-out in {@code options} argument or in the configuration file. At least
* one flag {@link LoggingOptions} or {@link LoggingConfig} has to be explicitly set to {@code
* false} in order to opt-out the metadata auto-population.
* false} in order to opt out the metadata auto-population.
*
* @param log the name of the log to which log entries are written
* @param options options for the Cloud Logging service
Expand Down
Expand Up @@ -87,9 +87,9 @@ private String getContainerName() {
/**
* Distinguish between Standard and Flexible GAE environments. There is no indicator of the
* environment. The path to the startup-script in the metadata attribute was selected as one of
* the new values that explitly mentioning "flex" and cannot be altered by user (e.g. environment
* variable). The method assumes that the resource type is already identified as {@link
* Resource.AppEngine}.
* the new values that explicitly mentioning "flex" and cannot be altered by user (e.g.
* environment variable). The method assumes that the resource type is already identified as
* {@link Resource.AppEngine}.
*
* @return {@link MetadataLoader.ENV_FLEXIBLE} for the Flexible environment and {@link
* MetadataLoader.ENV_STANDARD} for the Standard environment.
Expand Down

0 comments on commit 0440fc6

Please sign in to comment.