Skip to content

Commit d4dbf97

Browse files
committed
Fix path to WoltLabSuite/Core/Api/Result in RPC API doc
1 parent c8ab579 commit d4dbf97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/javascript/components_rpc_api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A comprehensive implementation can be found in `WoltLabSuite/Core/Api/Comments/R
1515

1616
```ts
1717
import { prepareRequest } from "WoltLabSuite/Core/Ajax/Backend";
18-
import { ApiResult, apiResultFromError, apiResultFromValue } from "../Result";
18+
import { ApiResult, apiResultFromError, apiResultFromValue } from "WoltLabSuite/Core/Api/Result";
1919

2020
type Response = {
2121
template: string;

0 commit comments

Comments
 (0)