docs(examples): fix example path (#13635)

This commit is contained in:
Filipe Silva 2016-12-22 21:25:21 +00:00 committed by Hans
parent e85232afd2
commit 0448e80704

View File

@ -12,7 +12,7 @@ import {InvalidPipeArgumentError} from './invalid_pipe_argument_error';
/** /**
* Transforms text to lowercase. * Transforms text to lowercase.
* *
* {@example core/pipes/ts/lowerupper_pipe/lowerupper_pipe_example.ts region='LowerUpperPipe' } * {@example common/pipes/ts/lowerupper_pipe.ts region='LowerUpperPipe' }
* *
* @stable * @stable
*/ */