diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:15:26 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:16:38 +0200 |
commit | e30f1aa35832d20e257821958bec75ddcc4e10b7 (patch) | |
tree | 56bd33ed5174751e241c9b5d73a3c7755daaf4b1 | |
parent | 447c1cb2f67fd6941a41bc0ec2e5c7acf0759531 (diff) |
Fix title in reference section
Reported-by: Robert Kahlert
Author: Daniel Gustafsson
-rw-r--r-- | doc/src/sgml/biblio.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index 3b6f5a161ed..b46d228393c 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -121,8 +121,8 @@ </biblioentry> <biblioentry id="ull88"> - <title>Principles of Database and Knowledge</title> - <subtitle>Base Systems</subtitle> + <title>Principles of Database and Knowledge-Base Systems</title> + <subtitle>Classical Database Systems</subtitle> <authorgroup> <author> <firstname>Jeffrey D.</firstname> |