Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
taizod1024 committed Oct 15, 2021
1 parent 9f8a3ad commit 2c665d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/AtCoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import superagent from "superagent";
import * as cheerio from "cheerio";
import { actsextension, Coder } from './AcTsExtension';
import { typescript } from './TypeScript';
import { python } from './python';
import { python } from './Python';

class AtCoder implements Coder {

Expand Down
2 changes: 1 addition & 1 deletion src/Yukicoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as fs from "fs";
import superagent from "superagent";
import { actsextension, Coder } from './AcTsExtension';
import { typescript } from './TypeScript';
import { python } from './python';
import { python } from './Python';

class Yukicoder implements Coder {

Expand Down

0 comments on commit 2c665d3

Please sign in to comment.