Skip to content

Code block not closed #1785

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ghost opened this issue Jul 9, 2019 · 0 comments · Fixed by #1789
Closed

Code block not closed #1785

ghost opened this issue Jul 9, 2019 · 0 comments · Fixed by #1789

Comments

@ghost
Copy link

ghost commented Jul 9, 2019

Hi team, this is a reference to https://github.com/MicrosoftDocs/windows-uwp.ja-jp/issues/31. Some paragraphs are not getting localized because there's missing closure for a code block in the file hub/apps/desktop/modernize/using-the-visual-layer-with-windows-forms.md.

The Code Block missing the closure is this one:

    public CompositionHost()
    {
        InitializeComponent();

        // Get the window handle.
        hwndHost = Handle;

        // Create dispatcher queue.
        dispatcherQueue = InitializeCoreDispatcher();

        // Build Composition tree of content.
        InitComposition(hwndHost);
    }

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants