Skip to content

Commit c91dd31

Browse files
committed
Fix docs
1 parent ed71112 commit c91dd31

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

crates/c-api/include/wasmtime/eqref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file wasmtime/gc.h
2+
* \file wasmtime/eqref.h
33
*
44
* APIs for interacting with WebAssembly `eqref` type in Wasmtime.
55
*/

crates/c-api/include/wasmtime/types/arrayref.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file wasmtime/gc.h
2+
* \file wasmtime/types/arrayref.h
33
*
44
* APIs for interacting with WebAssembly GC `structref` type in Wasmtime.
55
*/

crates/c-api/include/wasmtime/types/arrayref.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file wasmtime/typse/arrayref.hh
2+
* \file wasmtime/types/arrayref.hh
33
*/
44

55
#ifndef WASMTIME_TYPES_ARRAYREF_HH

crates/c-api/include/wasmtime/types/structref.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* \file wasmtime/typse/structref.hh
2+
* \file wasmtime/types/structref.hh
33
*/
44

55
#ifndef WASMTIME_TYPES_STRUCTREF_HH

0 commit comments

Comments
 (0)