fix typo with gfm generation

This commit is contained in:
yihua_liu 2023-01-19 13:24:22 +08:00
parent 1dfda91973
commit 28f7a6abf3
3 changed files with 5 additions and 5 deletions

View file

@ -35,14 +35,14 @@ It is a good practice for you to add more features.
~~~
$ LANG=C wc tfe5/meson.build tfe5/tfeapplication.c tfe5/tfe.gresource.xml tfe5/tfenotebook.c tfe5/tfenotebook.h tfetextview/tfetextview.c tfetextview/tfetextview.h tfe5/tfe.ui
10 17 294 tfe5/meson.build
101 308 3274 tfe5/tfeapplication.c
110 336 3631 tfe5/tfeapplication.c
6 9 153 tfe5/tfe.gresource.xml
145 387 3667 tfe5/tfenotebook.c
15 21 241 tfe5/tfenotebook.h
239 863 9264 tfetextview/tfetextview.c
35 60 701 tfetextview/tfetextview.h
61 100 2073 tfe5/tfe.ui
612 1765 19667 total
621 1793 20024 total
~~~

View file

@ -38,6 +38,6 @@ The following table shows the distributions which support GTK 4.
## Installation from the source file
If you want to install a developing version of GTK 4, you need to build it from the source.
See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) secion in the GTK 4 API reference.
See [Compiling the GTK Libraries](https://docs.gtk.org/gtk4/building.html) section in the GTK 4 API reference.
Up: [README.md](../README.md), Prev: [Section 1](sec1.md), Next: [Section 3](sec3.md)

View file

@ -1,4 +1,4 @@
Up: [Readme.md](../Readme.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md)
Up: [README.md](../README.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md)
# Periodic Events
@ -409,4 +409,4 @@ You can find the source files in the `tfc` directory. it can be compiled with `.
2 gcc `pkg-config --cflags gtk4` $1.gresource.c $1.c `pkg-config --libs gtk4` -lm
~~~
Up: [Readme.md](../Readme.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md)
Up: [README.md](../README.md), Prev: [Section 22](sec22.md), Next: [Section 24](sec24.md)