Skip to content

Commit dbbf191

Browse files
Update component-model/src/language-support/c.md
Co-authored-by: Victor Adossi <123968127+vados-cosmonic@users.noreply.github.com>
1 parent 014a58c commit dbbf191

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • component-model/src/language-support

component-model/src/language-support/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ the prototype of the `add` function, which should look like this.
9393

9494
## 3. Write program code
9595

96-
Next, create an `component.c` that implements the `adder` world:
96+
Next, create a file named `component.c` with code that implements the `adder` world:
9797
that is, which provides definitions for the interface function declared in `adder.h`.
9898

9999
```c

0 commit comments

Comments
 (0)