Skip to content

Commit f960641

Browse files
authored
Fix doc comment in Sources/WasmKit/Execution/Debugger.swift
1 parent a67b80d commit f960641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/WasmKit/Execution/Debugger.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646

4747
package private(set) var state: State
4848

49-
/// Pc ofthe final instruction that a successful program will execute, initialized with `Instruction.endofExecution`
49+
/// Pc of the final instruction that a successful program will execute, initialized with `Instruction.endofExecution`
5050
private let endOfExecution = Pc.allocate(capacity: 1)
5151

5252
/// Addresses of functions in the original Wasm binary, used for looking up functions when a breakpoint

0 commit comments

Comments
 (0)