File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Swagger 2.0 conforming json for [servant](https://github.com/haskell-servant/ser
11
11
12
12
### Motivation
13
13
14
- Swagger™ is a project used to describe and document RESTful APIs.
14
+ Swagger is a project used to describe and document RESTful APIs.
15
15
Unlike Servant it is language-agnostic and thus is quite popular among developers
16
16
in different languages. It also exists for a longer time and has more tools to work with.
17
17
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 1.1.5
3
3
x-revision : 4
4
4
synopsis : Generate Swagger specification for your servant API.
5
5
description :
6
- Swagger™ is a project used to describe and document RESTful APIs.
6
+ Swagger is a project used to describe and document RESTful APIs.
7
7
Unlike Servant it is language-agnostic and thus is quite popular among developers
8
8
in different languages. It also exists for a longer time and has more tools to work with.
9
9
.
Original file line number Diff line number Diff line change 7
7
-- This module provides means to generate and manipulate
8
8
-- Swagger specification for servant APIs.
9
9
--
10
- -- Swagger™ is a project used to describe and document RESTful APIs.
10
+ -- Swagger is a project used to describe and document RESTful APIs.
11
11
--
12
12
-- The Swagger specification defines a set of files required to describe such an API.
13
13
-- These files can then be used by the Swagger-UI project to display the API
14
14
-- and Swagger-Codegen to generate clients in various languages.
15
15
-- Additional utilities can also take advantage of the resulting files, such as testing tools.
16
16
--
17
- -- For more information see <http://swagger.io/ Swagger™ documentation>.
17
+ -- For more information see <http://swagger.io/ Swagger documentation>.
18
18
module Servant.Swagger (
19
19
-- * How to use this library
20
20
-- $howto
You can’t perform that action at this time.
0 commit comments