Skip to content
This repository was archived by the owner on Mar 6, 2024. It is now read-only.

Commit 8150d77

Browse files
committed
test
1 parent 26f012c commit 8150d77

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mobile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func (m *Mobile) UseMobile(minutes int) {
5555
}
5656
}
5757

58-
// ChargeMobile charges the mobile device
58+
// ChargeMobile charges the mobile device.
5959
func (m *Mobile) ChargeMobile(minutes int) {
6060
m.LastUsage = time.Now()
6161
m.Battery += minutes

src/prompts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ format \`<line_number><colon><whitespace>\`.
170170
hunks. Multiple new code snippets are allowed within a single review section.
171171
- If needed, provide replacement code to fix the issues by using fenced code
172172
blocks with the \`suggestion\` or the \`diff\` as the language identifier/format,
173-
depending on whether the suggestion is a few lines of code or
173+
depending on whether the suggestion is a few lines of code (~15 lines) or
174174
a larger diff respectively. The line number range must map exactly to the
175175
range (inclusive) that needs to be replaced within a new hunk. For instance,
176176
if 2 lines of code in a hunk need to be replaced with 15 lines of code, the

0 commit comments

Comments
 (0)