Skip to content

Commit

Permalink
Manual fix to the cpp sdk comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
roberthbailey committed Jul 12, 2019
1 parent ca19e97 commit 3ba3196
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdks/cpp/include/agones/sdk.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@ class SDK {
AGONES_EXPORT grpc::Status Shutdown();

// SetLabel sets a metadata label on the `GameServer` with the prefix
// stable.agones.dev/sdk-
// agones.dev/sdk-
AGONES_EXPORT grpc::Status SetLabel(std::string key, std::string value);

// SetAnnotation sets a metadata annotation on the `GameServer` with the
// prefix stable.agones.dev/sdk-
// prefix agones.dev/sdk-
AGONES_EXPORT grpc::Status SetAnnotation(std::string key, std::string value);

// Watch the GameServer configuration, and fire the callback
Expand Down

0 comments on commit 3ba3196

Please sign in to comment.