File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1719,7 +1719,7 @@ async function fetchPlanets() {
17191719async function fetchPlaces (planetId ) {
17201720 if (typeof planetId !== ' string' ) {
17211721 throw Error (
1722- ' fetchPlaces(planetId) 期望接收一個字串作為引數 。 ' +
1722+ ' fetchPlaces(planetId) 預期接收一個字串作為引數 。 ' +
17231723 ' 但實際收到: ' + planetId + ' 。'
17241724 );
17251725 }
@@ -1887,7 +1887,7 @@ async function fetchPlanets() {
18871887async function fetchPlaces (planetId ) {
18881888 if (typeof planetId !== ' string' ) {
18891889 throw Error (
1890- ' fetchPlaces(planetId) 期望接收一個字串作為引數 。 ' +
1890+ ' fetchPlaces(planetId) 預期接收一個字串作為引數 。 ' +
18911891 ' 但實際收到: ' + planetId + ' 。'
18921892 );
18931893 }
@@ -2050,7 +2050,7 @@ async function fetchPlanets() {
20502050async function fetchPlaces (planetId ) {
20512051 if (typeof planetId !== ' string' ) {
20522052 throw Error (
2053- ' fetchPlaces(planetId) 期望接收一個字串作為引數 。 ' +
2053+ ' fetchPlaces(planetId) 預期接收一個字串作為引數 。 ' +
20542054 ' 但實際收到: ' + planetId + ' 。'
20552055 );
20562056 }
You can’t perform that action at this time.
0 commit comments