Skip to content

Commit

Permalink
Fix a small documentation typo (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttrinh authored Dec 5, 2024
1 parent de44347 commit 140a5a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ provide us with type-safe querying.
:caption: query.ts
import * as edgedb from "edgedb";
- import { Movie } from "./dbschema/interfaces"
+ import { getMovie } from "./dbschema/queries"
- import { Movie } from "./dbschema/interfaces"
+ import { getMovie } from "./dbschema/queries"
const client = edgedb.createClient();
Expand Down

0 comments on commit 140a5a1

Please sign in to comment.