Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nicholas Bailey
rust-gitlab
Commits
34b08e00
Commit
34b08e00
authored
Dec 07, 2016
by
Ben Boeckel
⛰
Browse files
readme: fix a typo
parent
e8e01d5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
34b08e00
...
...
@@ -7,7 +7,7 @@ The API is based off of the 8.13.0 API and will likely aggressively track new
API additions, so the newest release may not support talking to older releases
where fields have been added..
All API types should be implemnted in the
[
types
](
src/types.rs.in
)
module.
All API types should be implem
e
nted in the
[
types
](
src/types.rs.in
)
module.
These types should generally be implemented based on the
`lib/api/entities.rb`
module in the Gitlab repository. However, in the interest of usability,
entities may be combined using
`Option`
to handle the differences. Generally,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment