From d31157afdca817461426faf2b15a5b565c481aea Mon Sep 17 00:00:00 2001 From: public_yusuke <30387586+private-yusuke@users.noreply.github.com> Date: Sat, 27 Nov 2021 09:24:14 +0900 Subject: [PATCH] Forgot to remove original sentence --- index.html | 5 ----- 1 file changed, 5 deletions(-) diff --git a/index.html b/index.html index 59b6360..0994998 100644 --- a/index.html +++ b/index.html @@ -517,11 +517,6 @@ source プロパティは、content のマークアップの出所となる一種のソースを伝えたり、クライアントによる将来の編集を意図したものです。 一般に、クライアントは source から content への変換を行い、その反対は行いません。

-

- The value of source is itself an object - which uses its own content and mediaType - fields to supply source information. -

source の値そのものは、contentmediaType フィールドを持つオブジェクトであり、これでソースの情報を提供します。