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

Fix syntax #4718

Merged
merged 2 commits into from Feb 1, 2018
Merged

Fix syntax #4718

merged 2 commits into from Feb 1, 2018

Conversation

MisinformedDNA
Copy link
Contributor

No description provided.

@PRMerger16
Copy link
Contributor

@MisinformedDNA : Thanks for your contribution to the Azure documentation! The author, @tdykstra, has been notified to review your proposed change.

@@ -60,7 +60,7 @@ public class TableStorage
[Table("MyTable", "MyPartition", "{queueTrigger}")] MyPoco poco,
TraceWriter log)
{
log.Info($"PK={poco.PartitionKey}, RK={poco.RowKey}, Text={poco.Text}";
log.Info($"PK={poco.PartitionKey}, RK={poco.RowKey}, Text={poco.Text})";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should the ) go after the " ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doh! Thanks.

@PRMerger13
Copy link
Contributor

@MisinformedDNA : Thanks for your contribution to the Azure documentation! The author, @tdykstra, has been notified to review your proposed change.

@tdykstra
Copy link
Contributor

tdykstra commented Feb 1, 2018

@MisinformedDNA Thanks!

@tdykstra
Copy link
Contributor

tdykstra commented Feb 1, 2018

#sign-off

@GitHubber17 GitHubber17 merged commit c05701d into MicrosoftDocs:master Feb 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants