Skip to content

Commit d2eb60a

Browse files
committed
Correct capitalization of GitLab
1 parent c45c219 commit d2eb60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/manifest.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ license = "..."
142142
license-file = "..."
143143

144144
# Optional specification of badges to be displayed on crates.io. The badges
145-
# currently available are Travis CI, Appveyor, and Gitlab latest build status,
145+
# currently available are Travis CI, Appveyor, and GitLab latest build status,
146146
# specified using the following parameters:
147147
[badges]
148148
# Travis CI: `repository` is required. `branch` is optional; default is `master`
@@ -151,7 +151,7 @@ travis-ci = { repository = "...", branch = "master" }
151151
# `service` is optional; valid values are `github` (default), `bitbucket`, and
152152
# `gitlab`.
153153
appveyor = { repository = "...", branch = "master", service = "github" }
154-
# Gitlab: `repository` is required. `branch` is optional; default is `master`
154+
# GitLab: `repository` is required. `branch` is optional; default is `master`
155155
gitlab = { repository = "...", branch = "master" }
156156
```
157157

0 commit comments

Comments
 (0)