Skip to content

Commit

Permalink
Fix naming again
Browse files Browse the repository at this point in the history
  • Loading branch information
gspencergoog committed Aug 25, 2022
1 parent 751a741 commit 091ee75
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Expand Up @@ -3,7 +3,7 @@
// found in the LICENSE file.

import 'package:flutter/material.dart';
import 'package:flutter_api_samples/painting/borders/border_side_stroke_align.0.dart'
import 'package:flutter_api_samples/painting/borders/border_side.stroke_align.0.dart'
as example;
import 'package:flutter_test/flutter_test.dart';

Expand Down
2 changes: 1 addition & 1 deletion packages/flutter/lib/src/painting/borders.dart
Expand Up @@ -153,7 +153,7 @@ class BorderSide with Diagnosticable {
/// This example shows an animation of how `strokeAlign` affects the drawing
/// when applied to borders of various shapes.
///
/// ** See code in examples/api/lib/painting/borders/border_side_stroke_align.0.dart **
/// ** See code in examples/api/lib/painting/borders/border_side.stroke_align.0.dart **
/// {@end-tool}
final double strokeAlign;

Expand Down

0 comments on commit 091ee75

Please sign in to comment.