Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitc9096cb

Browse files
committed
Use integer type instead of number, for consistency
1 parenta022a4a commitc9096cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎content/v3/repos/comments.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ Name | Type | Description
4040
-----|------|--------------
4141
`body`|`string` |**Required**. The contents of the comment.
4242
`path`|`string` | Relative path of the file to comment on.
43-
`position`|`number` | Line index in the diff to comment on.
44-
`line`|`number` |**Deprecated**. Use**position** parameter instead. Line number in the file to comment on.
43+
`position`|`integer` | Line index in the diff to comment on.
44+
`line`|`integer` |**Deprecated**. Use**position** parameter instead. Line number in the file to comment on.
4545

4646

4747
####Example

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp