Skip to content

Commit d862428

Browse files
authored
[docs] Fix a typo in variable name from 'sate' to 'state' (#403)
1 parent f4fc698 commit d862428

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/user-guide/worker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ async fn build_state(ctx: WorkerQueryContext) -> Result<SessionState, DataFusion
4444
}
4545

4646
async fn main() {
47-
let endpoint = Worker::from_session_builder(build_sate);
47+
let endpoint = Worker::from_session_builder(build_state);
4848

4949
Server::builder()
5050
.add_service(endpoint.into_worker_server())

0 commit comments

Comments
 (0)