Skip to content
This repository was archived by the owner on Aug 8, 2025. It is now read-only.

Commit 5df0f68

Browse files
authored
Docs - Fix incorrect reference to Rust client SDK (#3124)
# Description of Changes Fixes clockworklabs/SpacetimeDB#3073 # API and ABI breaking changes None # Expected complexity level and risk 1 # Testing None Co-authored-by: Zeke Foppa <[email protected]>
1 parent 62f25f3 commit 5df0f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sdks/typescript/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The SpacetimeDB client SDK for TypeScript contains all the tools you need to bui
44

55
| Name | Description |
66
|-------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------|
7-
| [Project setup](#project-setup) | Configure a Rust crate to use the SpacetimeDB Rust client SDK. |
7+
| [Project setup](#project-setup) | Configure your TypeScript project to use the SpacetimeDB TypeScript client SDK. |
88
| [Generate module bindings](#generate-module-bindings) | Use the SpacetimeDB CLI to generate module-specific types and interfaces. |
99
| [`DbConnection` type](#type-dbconnection) | A connection to a remote database. |
1010
| [`DbContext` interface](#interface-dbcontext) | Methods for interacting with the remote database. Implemented by [`DbConnection`](#type-dbconnection) and various event context types. |

0 commit comments

Comments
 (0)