Remove bold from inside title of Guide

So that the formatting doesn’t propagate throughout the docs.
This commit is contained in:
Matthew Butterick 2017-11-21 10:08:09 -08:00 committed by GitHub
parent 29606b1e5e
commit d2c36210ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#lang scribble/manual
@(require scribble/eval "guide-utils.rkt")
@title{@bold{The Racket Guide}}
@title{The Racket Guide}
@author["Matthew Flatt" "Robert Bruce Findler" "PLT"]