Skip to content

Commit a000f8e

Browse files
Fix comment for SubscribeToAllTables (#259)
## Description of Changes Adds closing `</summary>` to end of comment. ## API No breaking changes ## Requires SpacetimeDB PRs N/A ## Testsuite *If you would like to run the your SDK changes in this PR against a specific SpacetimeDB branch, specify that here. This can be a branch name or a link to a PR.* SpacetimeDB branch name: master ## Testing Just fixing a comment. No tests required.
1 parent 07e12ca commit a000f8e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples~/quickstart/client/module_bindings/SpacetimeDBClient.g.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ string[] querySqls
367367
/// Applications where these resources are a constraint
368368
/// should register more precise queries via <c>Self.Subscribe</c>
369369
/// in order to replicate only the subset of data which the client needs to function.
370+
/// </summary>
370371
public void SubscribeToAllTables()
371372
{
372373
// Make sure we use the legacy handle constructor here, even though there's only 1 query.

0 commit comments

Comments
 (0)