Skip to content

Commit 535963a

Browse files
feat: Fix my incorrect grammer
1 parent 00ea517 commit 535963a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.eslintcache

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"/home/tempuser-jrpkli/run/codegen-output/kernel/kernel-typescript/src/resources/invocations.ts":"1"},{"size":10552,"mtime":1758918263853}]

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 51
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-8b5a722e4964d2d1dcdc34afccb6d742e1c927cbbd622264c8734f132e31a0f5.yml
3-
openapi_spec_hash: ed101ff177c2e962653ca65acf939336
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-bfdb7e3d38870a8ba1628f4f83a3a719d470bf4f7fbecb67a6fad110447c9b6a.yml
3+
openapi_spec_hash: fed29c80f9c25f8a7216b8c6de2051ab
44
config_hash: 49c2ff978aaa5ccb4ce324a72f116010

src/resources/invocations.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ export class Invocations extends APIResource {
4141
}
4242

4343
/**
44-
* Update an invocation's status or output. This can used to cancel an invocation
45-
* by setting the status to "failed".
44+
* Update an invocation's status or output. This can be used to cancel an
45+
* invocation by setting the status to "failed".
4646
*
4747
* @example
4848
* ```ts

0 commit comments

Comments
 (0)