]> Nishi Git Mirror - gwion.git/commitdiff
:bug: Fix typo
authorfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 24 Jul 2019 15:00:45 +0000 (17:00 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Wed, 24 Jul 2019 15:00:45 +0000 (17:00 +0200)
docs.mk
docs/index.mdr

diff --git a/docs.mk b/docs.mk
index d2fc79e7b32b2e17b2ac3368e7c2cdff700a56e1..6461e16643fa50fbeb6ced3d5d0d1865443267c5 100644 (file)
--- a/docs.mk
+++ b/docs.mk
@@ -3,7 +3,7 @@ $(shell cp docs/config.mk.orig docs/config.mk)
 endif
 include docs/config.mk
 
-mdr_list = (filter-out docs/09_Benchmarks.mdr, $(shell find docs -type f -name "*.mdr"))
+mdr_list = $(filter-out docs/09_Benchmarks.mdr, $(shell find docs -type f -name "*.mdr"))
 md_list  = $(mdr_list:.mdr=.md)
 
 _docserver_config       = bash help/doc-config.sh > mkdocs.yml
index 89efdfb4516a726908e9280d21c27b77eb72073f..a95522ae61db63653ed17044a28b752f33ff3b1d 100644 (file)
@@ -13,7 +13,7 @@ for:
 @exec make -s CONTAINS="Hello, World!" helloworld.test
 
 ## (Bag of) Features
-  * horizontal inheritance
+  * [single inheritance](https://en.wikipedia.org/wiki/Inheritance_(object-oriented_programming)#Design_constraints)
   * typedef (function pointers and type aliases)
   * enums and unions
   * templates (both class and functions)