Skip to content

Commit a429a0d

Browse files
committed
internal: fix typo for hostcall name
1 parent 603a90b commit a429a0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/abi/fastly/httpcache_guest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ func HTTPCacheTransactionUpdateAndReturnFresh(h *HTTPCacheHandle, resp *HTTPResp
457457
// (result $err (expected (error $fastly_status)))
458458
// )
459459
//
460-
//go:wasmimport fastly_http_cache transaction_chose_stale
460+
//go:wasmimport fastly_http_cache transaction_choose_stale
461461
//go:noescape
462462
func fastlyHTTPCacheTransactionChooseStale(
463463
h httpCacheHandle,

0 commit comments

Comments
 (0)