Skip to content

Commit 6ac5beb

Browse files
committed
Typo
1 parent cbd6cda commit 6ac5beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/anchor/coder/instructions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class PythOracleInstructionCoder implements InstructionCoder {
8787
throw new Error(`Unknown method: ${methodName}`)
8888
}
8989

90-
/// updProduct has it's own format
90+
/// updProduct has its own format
9191
if (methodName === 'updProduct') {
9292
let offset = 0
9393
for (const key of Object.keys(ix.productMetadata)) {
@@ -134,7 +134,7 @@ export class PythOracleInstructionCoder implements InstructionCoder {
134134
return null
135135
}
136136

137-
/// updProduct has it's own format
137+
/// updProduct has its own format
138138
if (decoder.name === 'updProduct') {
139139
const product: Product = {}
140140
let idx = 0

0 commit comments

Comments
 (0)