From 856f3d2061edde70d52d9136e864633ec38db896 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Fri, 17 Mar 2017 16:26:11 -0700 Subject: [PATCH] [Styleguide] Intro content updated Fixes #1233 --- example/styleguide/res/templates/intro.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/styleguide/res/templates/intro.html b/example/styleguide/res/templates/intro.html index 305dabc2bb..baee83c9d0 100644 --- a/example/styleguide/res/templates/intro.html +++ b/example/styleguide/res/templates/intro.html @@ -57,7 +57,7 @@

Object Views

-

Views are simply different ways to view the content of a given object. For example, telemetry data could be viewed as a plot or a table. In each view, all of the data is present; it’s just represented differently. If we looked at the contents of a Folder and certain files disappeared because we switched from a list to a grid view, the user would find this unexpected and confusing. When providing views for an object, all the content of the object should be present in each view.

+

Views are simply different ways to view the content of a given object. For example, telemetry data could be viewed as a plot or a table. A clock can display its time in analog fashion or with digital numbers. In each view, all of the data is present; it’s just represented differently. When providing views for an object, all the content of the object should be present in each view.