Skip to content

Commit ff46d96

Browse files
authored
Update proxy_wasm_api.h
1 parent 0292837 commit ff46d96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy_wasm_api.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1576,7 +1576,7 @@ inline uint64_t getCurrentTimeNanoseconds() {
15761576
}
15771577

15781578
inline void setTickPeriodMilliseconds(uint32_t millisecond) {
1579-
proxy_set_tick_period_milliseconds(millisecond);
1579+
proxy_set_tick_period_milliseconds(millisecond);
15801580
}
15811581

15821582
inline void RootContext::done() { proxy_done(); }

0 commit comments

Comments
 (0)